Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
I was reading the Globin code and have a question. In the Turbo_JVEL part of the code, is the last part below correct. I see you have when trendtype=2 and trendtype=3, both trendtext="Weak Downtrend/Ranging".
When trendtype=3, should trendtext="Strong Uptrend";
I was reading the Globin code and have a question. In the Turbo_JVEL part of the code, is the last part below correct. I see you have when trendtype=2 and trendtype=3, both trendtext="Weak Downtrend/Ranging".
When trendtype=3, should trendtext="Strong Uptrend";
Well aren't you just the little code scrutinizer!! LOL.
Actually, that code really makes no difference for the purposes of the EA call. That was a small mod I stuck in there to make the bars on the histogram larger because due to time scaling, they're hard to read on larger TF's. The underlying slope values are unaffected which is what the EA depends upon. In any event, attached is a modified version of the indicator to take into account either mini or standard accounts.
Well aren't you just the little code scrutinizer!! LOL.
Actually, that code really makes no difference for the purposes of the EA call. That was a small mod I stuck in there to make the bars on the histogram larger because due to time scaling, they're hard to read on larger TF's. The underlying slope values are unaffected which is what the EA depends upon. In any event, attached is a modified version of the indicator to take into account either mini or standard accounts.
Thanks for the "..little.." comment. At my weight and height, I appreciate all the "little" comments I get.
Using euro$ 15m
30 TP
pips 10
no s/l
secure profit based on 30 pips per .1 lot used. So for .2 lots secure profit was 60.
max orders of 3.
and lot size of .2 for a 5k account.
the rest of the settings are default.
I am going to forward test it soon.
There was about 2 times durring the last year when the positions were held for about a month or mabe more. This happened when buy orders were placed near an extream high above 1.2900.
I would suggest adding an option to the settings for BUY only and SELL only. This way when it reaches an extream high(like now 1.2975) I would set it to sell only because its unlikely that the price will remain above 1.3000 for any peroid of time. But if a buy order is placed at this level the price can run all the way down to 1.1600 befor ever comming back to 1.3000.
So looking at long term charts and determining what the extreams are you can use buy and sell when price is near these extreams.
Using euro$ 15m
30 TP
pips 10
no s/l
secure profit based on 30 pips per .1 lot used. So for .2 lots secure profit was 60.
max orders of 3.
and lot size of .2 for a 5k account.
the rest of the settings are default.
I am going to forward test it soon.
There was about 2 times durring the last year when the positions were held for about a month or mabe more. This happened when buy orders were placed near an extream high above 1.2900.
I would suggest adding an option to the settings for BUY only and SELL only. This way when it reaches an extream high(like now 1.2975) I would set it to sell only because its unlikely that the price will remain above 1.3000 for any peroid of time. But if a buy order is placed at this level the price can run all the way down to 1.1600 befor ever comming back to 1.3000.
So looking at long term charts and determining what the extreams are you can use buy and sell when price is near these extreams.
Using euro$ 15m
30 TP
pips 10
no s/l
secure profit based on 30 pips per .1 lot used. So for .2 lots secure profit was 60.
max orders of 3.
and lot size of .2 for a 5k account.
the rest of the settings are default.
I am going to forward test it soon.
There was about 2 times durring the last year when the positions were held for about a month or mabe more. This happened when buy orders were placed near an extream high above 1.2900.
I would suggest adding an option to the settings for BUY only and SELL only. This way when it reaches an extream high(like now 1.2975) I would set it to sell only because its unlikely that the price will remain above 1.3000 for any peroid of time. But if a buy order is placed at this level the price can run all the way down to 1.1600 befor ever comming back to 1.3000.
So looking at long term charts and determining what the extreams are you can use buy and sell when price is near these extreams.