stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Baluda Indicators
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=629
Page 68 of 81
Author:  milanese [ Wed Jun 04, 2014 3:46 pm ]
Post subject:  Baluda Indicators

spotdespot » Wed Jun 04, 2014 3:42 pm wrote:
milanese » Wed Jun 04, 2014 3:56 pm wrote: Ah ok now I understand , you should for having the lines correct to the the bars, only use the CSS on the same TF as chart is.. if I have time I will maybe look to do a MTF version for the lines..

Cheers :)

Tommaso
Tommaso - he is talking about the coloured sections of the CSS being incorrect when you apply a template (I think I am right in saying :shock: ) - i.e. the background that shows effectively UP or DOWN.

Cheers,
Dave.
Ok I see, thanks Dave :good:

Cheers :)

Tommaso
Author:  dclayw [ Thu Jun 05, 2014 2:37 am ]
Post subject:  Baluda Indicators

spotdespot » Thu Jun 05, 2014 1:38 am wrote:
The best solution for this is to change the timeframe and then change it back again. Like the template script the attached will work on all open charts. So apply the template, then switch timeframes, then switch back. CSS is a bit of a beast so this won't be a quite process! Just change the timeframe manually in the script popup if these don't suit.

Cheers,
Dave.

EDIT: I am not sure there is actually a true "FIX" possible for your problem - it is a weakness in Empty4 and what happens when you apply a template - this is not the only indicator affected.
Thanks. I'm aware of the change TF workaround and I do have to do that with the CSS anyway as no CSS is displayed until I change the TF on all charts. I have a script to do this. But changing the TF does not fix the problem I'm describing.

Also I just noticed that with the original CSS v1.0.11 provided by Paul the CSS that is set to daily is just a mirror image of itself, i.e. the 2 currency lines on the that CSS are just mirror images, neither of those lines are correct. When I use Tomasso's modded version everything is correct (crosses/values etc) after I dummy modify each CSS instance.

So there is some problem running CSS in MTF, i.e. having 2 CSS instances on the same chart. It's a shame as that is one of the enhancements Paul made,to support MTF and as I use CSS in both H4 and D1 it is a very great benefit to have them on the same chart.

Do you think it's possible to create a script that will dummy modify each CSS instance on every chart?, or some similar automated process that will achieve the same result.

Edit: Now even with Tomasso's modded version the 2nd CSS instance I add is always a mirror image of itself. Have no idea what started causing that. Something else has changed because it wasn't doing that before.
Oops.... dumb error on my part. The mirror imaging is because I was inadvertently setting the weighOnlySymbolOnChart to true, so ignore anything I said about that. There is no problem with original v1.0.11 or Tommaso's modded version in that regard.
Author:  grafikk [ Thu Jun 12, 2014 8:41 am ]
Post subject:  Baluda Indicators

Hello
Is anywhere a version of mpbm with managing orders by symbol?
thanks
Author:  milanese [ Thu Jun 12, 2014 8:46 am ]
Post subject:  Baluda Indicators

grafikk » Thu Jun 12, 2014 8:41 am wrote:Hello
Is anywhere a version of mpbm with managing orders by symbol?
thanks
As I know no, but you can use MPTM for this http://www.stevehopwoodforex.com/phpBB3 ... 356#p94356

Cheers :)

Tommaso
Author:  mrabp47 [ Thu Jun 26, 2014 1:12 pm ]
Post subject:  Baluda Indicators

Hi can someone pls point me to a css indicator install guide.
i have tried 10.7ccs 24 info 04.09.14 however all i achieve is a chart with txt info, no graphics?
i'm using ig index.
of course the older version worked fine, however that is history!

kindest regards abp
Author:  Jollyroger [ Sun Jun 29, 2014 1:03 pm ]
Post subject:  Baluda Indicators

Paul or Tommaso
Can either one of you put a pop-up alert into Paul's CSS Differential indicator? I am working with this indicator in conjunction with 10.7 - 10.9 but I am not a coder. Thanks in advance!
Roger
Author:  milanese [ Sun Jun 29, 2014 1:13 pm ]
Post subject:  Baluda Indicators

Jollyroger » Sun Jun 29, 2014 1:03 pm wrote:Paul or Tommaso
Can either one of you put a pop-up alert into Paul's CSS Differential indicator? I am working with this indicator in conjunction with 10.7 - 10.9 but I am not a coder. Thanks in advance!
Roger
Try the attached one I modified some time ago for an other user....
CSSDiff_0.6_6xx.mq4
Cheers :)

Tommaso
Author:  Jollyroger [ Sun Jun 29, 2014 1:33 pm ]
Post subject:  Baluda Indicators

milanese » Sun Jun 29, 2014 8:13 am wrote:
Jollyroger » Sun Jun 29, 2014 1:03 pm wrote:Paul or Tommaso
Can either one of you put a pop-up alert into Paul's CSS Differential indicator? I am working with this indicator in conjunction with 10.7 - 10.9 but I am not a coder. Thanks in advance!
Roger
Try the attached one I modified some time ago for an other user....

Cheers :)

Tommaso
Thanks Tommaso! This is without a doubt the fastest reply I have ever received. I'll give the indi a try.
Author:  simplex [ Thu Jul 17, 2014 12:49 pm ]
Post subject:  Error in CurrencySlopeStrength

Hello Paul,

Exploring the new Editor's debugging feature (well - at First sight I'm not TOO impressed about it) I chose the current release of your formidable CurrencySlopeStrength indicator as a test object.

Running in DEBUG mode, a 'critical error' occured:
css_error.JPG
css_debugger.JPG
Commenting one line fixed the issue for me:

Code: Select all

   int lowLimit = 0;
   limit = WindowFirstVisibleBar();

   // lowLimit = limit - WindowBarsPerChart();      // quick fix (simplex)

   for ( i = limit; i >= lowLimit; i-- )
   {
      double diff = 0.0;
      
      static int priorBar = -1;
      int bar = iBarShift ( NULL, userTimeFrame, Time[i] );

      ...
   }
After your calculation of variable lowLimit (which I did not understand), variable i took negative values and caused the error regarding array Time.

During normal runtime, this did not seem critical - anyway, you might want to have a look at it. It might become critical using strict compile mode (I did not check that), or in future releases of the MQL compiler.

Thanks for sharing your great work!

Jürgen
Author:  KingOfCoolville [ Thu Sep 11, 2014 9:18 pm ]
Post subject:  Baluda Indicators

Hi Paul, Tomasso,

Is it possible to make MPBM have the option to manage all open trades regardless of Magic No or trade comment?

I am using two EAs as part of my strategy, one automatically inserts a trade comment based on the ticket number.

If MPBM could manage trades by Magic No alone there wouldn't be a problem, because if there is no comment I can insert a space and it manages fine. However as the comment is automatically sent MPBM doesn't seem to work without a magic number entry and a trade comment entry - even if that comment is just a space.

Any ideas? Thanks
All times are UTC Page 68 of 81