a pretty move up, taking the 14 and 50 up with it so clearly in up trend - then a smooth little, I call it a pause, where price stalls and maybe even comes back a bit, but not to much, then the “D” indicator turns back to blue and now get in.
Hi Petefader, thx for your help for the community !
Could you tell us (or anybody) if an alert can be activated when the color of the candle shadow change (blue /red) ? (For the dvemashki indicator.)
or maybe an other style of smart alert of your choice, i dont have read all the topic at this time.
int start()
{
if(Bars<=10) return(0);
ExtCountedBars=IndicatorCounted();
//---- check for possible errors
if (ExtCountedBars<0) return(-1);
//---- last counted bar will be recounted
if (ExtCountedBars>0) ExtCountedBars–;
int pos=Bars-ExtCountedBars-1;
while(pos>=0)
{
ExtMapBuffer1[pos]=iMA(Symbol(),0,ma_1,0,method,price,pos);
ExtMapBuffer2[pos]=iMA(Symbol(),0,ma_2,0,method,price,pos);
MACD_Map[pos]=ExtMapBuffer1[pos]-ExtMapBuffer2[pos];
pos–;
}
// ñèãíàëüíûå ëèíèè
pos=Bars-ExtCountedBars-1;
Hey Guys, thought I would post a trade from this morning.
Went Long the AUD/USD on 5 min pullback, 15min, 30min,1 hour were all showing dominant uptrend positions.
Entry was a little late at .9972, Initial stop was 17 pips, below swing low at .9955. Take profit was set at 1.0004 which was just above the full figure and just below the 1.0008 R1. Actually got filled right at the high of the candle.
Total pips was 32 or 1.9R
And as I type this the Euro and Cable have taken off skyward.
You need to change the settings on the ytg_DveMashki_ind indicator. For ma_1 change it to 3 and for ma_2 change it to 14. And you need to add the 50 EMA, 14, EMA, and MML_Multi_Option indicator to your chart for this system. Or just load the template from the first post in the topic.
hey guys; can someone please confirm the correct settings for the Ytg_DveMashki indicator for ma_1 and ma_2 when used with a 5 minute chart?
when i initially attached the indicator downloaded from the latest post the settings for ma_1 were (28) and ma_2 were (144)
then i read in an earlier post to change this to ma_1 to (3) and ma_2 to (14) Is this the correct setting for 5 min charts? Also, if i had applied this indicator to a 1 min chart, what would the optimal settings for ma_1 and ma_2 ? i appreciate any advice! thanks.
Hello, I’m a newbie trader looking for a good strategy, I read all this topic, is a estrategy profitable and easy to understand, thank you for sharing this strategy.This method can be used in the Asian time? if not please tell me, I need a strategy that works on period asian.Cya
Thanks Pete for sharing this system. Will give it a try on demo now as I have just finished reading the whole thread.
I have one concern, what is the criteria for the histogram to turn blue or red?
I have tried analyzing the MadScalper indicator and found that most of the time the histogram changes color when it closes above or below the 14EMA. But there are times it doesn’t so I’m not sure are there other criteria that needs to be checked.
Has anyone been using this method with success this last week? Had a play with it but find the ema’s are usually flat when a possible trade occurs meaning I miss it.