Disliked{quote} In the colors tab of the indicator settings, set those two 3-widths to 1? {image}Ignored
Thanks for helping.
I will code your pivot EAs for no charge 28 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} In the colors tab of the indicator settings, set those two 3-widths to 1? {image}Ignored
Disliked{quote} Hello Jeanlouis, can you help me with this indicator. Indi' show by lines in the main chart and I want to be changed as a multi timeframe bars. Is this possible? So sorry about my English. Thank you so much. {file} {image}Ignored
Dislikedseems to be fine. thank you EDIT: just noticed this EDIT: only shows on some charts {image}Ignored
Disliked{quote} It'll take too long and it already has mtf ability. Your english is good enough to understand.Ignored
Disliked{quote} Hello Jeanlouis, can you help me with this indicator. Indi' show by lines in the main chart and I want to be changed as a multi timeframe bars. Is this possible? So sorry about my English. Thank you so much. {file} {image}Ignored
Disliked{quote} Hello almo, thanks for your reply. I thought AccountProfit is the profit of the total account? What I am after is the floating profit/loss of the current trades (image of example of what I am talking about below). So, basically how to capture this floating profit to compare it with my specified target profit. Thanks {image}Ignored
DislikedHello, can you please help me remove the Zigzags lines and push the symbols a little higher or lower from the candle it is a HH HL LL LH indicator PLEASE. Everything else remains the same. {file}{image}Ignored
Disliked{quote} Check here for gann indicator https://forex-station.com/viewtopic....t=Gann+hig+low And for your multi timeframe indicator in here https://forex-station.com/viewtopic....8cae18d4d6114f There will be a 100+ you can chooseIgnored
Disliked{quote} You will need to filter only your symbols like below and do like if ( GetCurrentOrderProfit(Symbol()) > ProfitTarget) CloseAll(); double GetCurrentOrderProfit(string SymbolName) { double profit = 0; for(int i=0;i<OrdersTotal();i++) { if(OrderSelect(i,SELECT_BY_POS)) { if(OrderSymbol()!=SymbolName) continue; profit += OrderCommission()+OrderSwap()+OrderProfit(); } } return ( profit ); }Ignored
Disliked{quote} Hello BlueRain, many thanks for your reply and much appreciated! Many thanks to @almo as well for his assistance earlier. Your code though is more relevant to what I am after than almo's (not almo's fault as may be my explanation of what I want was not very clear) as your code also takes into consideration orders that have been closed, as my EA involves part-closing orders (closes 50% of the order size and applies a trailing stop to the remaining 50% until that gets stopped out). The only issue now (beyond my capability) is when all orders...Ignored
Disliked{quote} Thanks for your answers, I have actually searched all of two topics to find the mtf version but it doesn't exist. So I hope to be able to solve that problem with anybody can help me. KokaIgnored
Disliked{quote} By closing all of your trades, your AccountProfit will return to 0, and your cycle will begin again. I think I need to clarify - AccountProfit() - is looking at your active trades only. Thus, by not having any active trades, AccountProfit() is then = 0.Ignored
Disliked{quote} I doubts,the version you asking and or looking for particularly,was not coded and posted by Mladen/Mrtools There are some other/different versions of "4 TF Gann HiLo Activator" not this HA - so may be you needs to contact original code/s if you are really serious about -Ignored
Disliked{quote} Those are made to be draggble, not fixed. This is 1 box per loading, input start and end time {image} {file}Ignored
Disliked{quote} By closing all of your trades, your AccountProfit will return to 0, and your cycle will begin again. I think I need to clarify - AccountProfit() - is looking at your active trades only. Thus, by not having any active trades, AccountProfit() is then = 0.Ignored
DislikedHello Jeanlouis, Can you help me to create an EA or script that after I open the trade with any amount and any direction sell or buy, it instantly modifies the SL and TP as this (stop loss will have different value based on the High (in case of a sell transaction) or Low (in case of buy transaction) of X amount of previous candles. As for the take profit we can make it as X amount of risk/reward (Like 1:1, 2:1, 3:1, 4:1 )). I don’t know if it can be an EA or Script that I can attach to any chart. For MT5 and not tied to any pair as decimal related...Ignored