Can someone, please, add buffers and alarm to this indicator.
Attached File(s)
G-Channel_Trend_Detection.mq4
25 KB
|
148 downloads
I will code your pivot EAs for no charge 25 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} No coś wymyśliłem, ale to nie jest dokładnie to, co ty miałeś w zamyśle, ale blisko. Kłopot z tym jednym dodatkowym warunkiem. Więc założyłem, że jedna z trzech świec obronnych musi być w drugim kierunku, czyli w kierunku swingu. No i wtedy trzeba minimum świec układu o jedną wydłużyć. Czy to zawsze będzie tak? No nie. Ale tak wygląda lepiej.Ignored
EA should allow the following settings:
Thanks everyone for the help.
DislikedEvening Coders/Members Does anyone have a Trade copier they can recommend? I am looking for something that can copy trades to my second MT4 Account...I.e I take trade on Account 1 and its automatically copied on Account 2 with chosen Risk %% and Fixed Parameters for TP/SL.. ThanksIgnored
https://www.fxblue.com/appstore/2/mt4-personal-trade-copier
void LN ( string nm , double val , color cl, string c ) { ObjectDelete(nm); ObjectCreate ( 0 , nm , OBJ_TREND , 0 , 0 , 0 ) ; ObjectSetDouble(0,nm,OBJPROP_PRICE1,val); ObjectSetDouble(0,nm,OBJPROP_PRICE2,val); ObjectSetInteger(0,nm,OBJPROP_TIME1,iTime(_Symbol,tm,0)); ObjectSetInteger(0,nm,OBJPROP_TIME2,Time[0]+13*_Period*60); ObjectSetInteger(0, nm, OBJPROP_COLOR, cl); ObjectSetInteger(0, nm, OBJPROP_RAY, false); ObjectSetInteger(0, nm, OBJPROP_SELECTED, false); ObjectSetInteger(0, nm, OBJPROP_SELECTABLE, false); string nmL = nm + "_Label"; ObjectDelete(nmL); ObjectCreate ( 0 , nmL , OBJ_TEXT , 0 , Time[0]+(Period()*N) , val ); ObjectSetText ( nmL , c , 12 , "Tahoma", cl); }
Disliked{quote} When attaching to the chart. It gives me this kind of alert? {image}Ignored
DislikedHello, anyone could unlock EA that already expired ? thanks for informationIgnored
Disliked{quote} If an EA is expired, you need to buy the unlock key/licence. Why are you asking us to help you steal the EA???Ignored
DislikedHII TRADERS FIRST I DONT KNOW CODING BUT I CAN UNDERSTAND HOW TO CODE, SO I MODIFY SOME CODE WHICH DO CHANGE TIMEFRAME WITH HOTKEYS BUT WHEN I GO TO LOWER TIMEFRAME WHICH IS 5MINT THEN INDICATOR STOP WORKING MEANS I CANNOT GO IN UPPERTIMEFRAME WITH HOTKEYS. AND ALSO WHEN I CLICK HOTKEY ITS TAKE TIME TO RESPONSE. THANKS YOU TO LOOK #property strict #property description "Hotkeys up, down To Switch Timeframes." #property indicator_chart_window #property indicator_plots 0 int NumSymbols=0; string StringSymbolList[]; //+------------------------------------------------------------------+...Ignored
Disliked{quote} finally someone that doesn't condone cracked stuff I know forex is hard but that's not a reason to pirate stuff. by the way i'm scared of Metaquotes encrypting algorithm now. I 've seen some EAs being decompiled...which is not ok at allIgnored