any can edit this code to have an symbol Appendix input please? its a lot size calculator indicator for MT5.
Attached File(s)
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
Dislikedany can edit this code to have an symbol Appendix input please? its a lot size calculator indicator for MT5.{file}Ignored
Disliked{quote} Shiiish, you're right. I was fixing that bug and left one thing undone after that! New UPDATE! {file} Unfortunately, I am not able to update the previous posts!Ignored
Disliked{quote} This code doesn't use any appendix. It just calculates for the chart _Symbol it is working on. And the chart symbol is always what it is. If it has a suffix or a prefix, then that's what the _Symbol is.Ignored
Disliked{quote} Please put here the list of good indicators that don't repaintIgnored
Disliked{quote} This code doesn't use any appendix. It just calculates for the chart _Symbol it is working on. And the chart symbol is always what it is. If it has a suffix or a prefix, then that's what the _Symbol is.Ignored
Disliked{quote} you're right. the broker i use has a "." appendix , example "EURUSD." i thought that's why this indicator doesn't calculate the lot size. but as i tried on other broker it still doesn't work! can it be fixed to show the lot size? it shows a zero lot size for JPY pairs and wrong size for other pais as well.Ignored
DislikedMaster Jeanlouie, please i beg you to help on this, your indicator is useful but i must load in different charts to get full function i want to have engulf backward and engulf forward, i cant use both on one chart, please help to add unique ID in the indicator does the attach image mean engulf backward? it wrote false {file} {image}Ignored
DislikedHI, PLS can any of the ELITE coders here help me with a simple TP MACD mt5 EA Just to ONLY CLOSE an open trade when they is a CHANGE IN DIRECTION in the MACD MAIN LINE. i actually know nothing about codes and tried all those EA generators they are just full of bugs!... BESTTRADEREVER# SAMALIN# INVISIBLE#......ANYBODY... or if any have the EA just help with it... A VERY HUGE THANK YOU!!Ignored
Disliked{quote} Just give them different pattern and positions. Candle pattern scanner v1.5 - multi loading with different settings Patterns: - 2 opposite, 2nd is HH or LL - 2 same, 2nd is HH/LL & closes back inside - 3, 2 same, 2nd is HH/LL, 3rd is opp & closes behind 2nd mid price - Engulf 1 candle forward (dir is engulf candle) - Engulf 2 candles forward (dir is engulf candle) - Custom false engulf v1(backward): (buy): bull, bear, bull, (O3&O2)<C1, O3>C2, C3<C1 - Custom false engulf v2(backward): (buy): bull, bear, bear, either, C4<C1, O3>C2, O4>C3 {image}...Ignored
Disliked{quote} Please define exactly what you mean by " don't repaint ". By my definition even the chart repaints - on the current bar. Thus, any indicator which does not "repaint" the signal on the first closed bar is a good indicator that doesn't repaint. However, the fact that the indicator doesn't repaint on the first closed bar does not mean that the signal is good. The signal can be negated immediatelly on the next bar, or not. And that's just the begining of the story. Because we never can know how far the price will go either way. And that's where...Ignored
Disliked{quote} enum TakeMode { ENUM_PERCENT, //Close Profit in Percentage ENUM_CURRENCY, //Close Profit in Money ENUM_LOSS1, //Close Loss in Money ENUM_LOSS2, //Close Loss in Percentage ENUM_LOSS_PROFIT, // Close Loss or Profit in Money ENUM_LOSS_PROFIT_PCT // Close Loss or Profit in Percentage }; // OnTick() //---- double balance=AccountInfoDouble(ACCOUNT_BALANCE); double profit=AccountInfoDouble(ACCOUNT_PROFIT); //---- if(!Stop) switch(LMode) { case ENUM_PERCENT : { double TakeRatio=(100*profit/balance)*(1); if(TakeRatio >= Percentage) { Stop=true; }...Ignored
Disliked{quote} Just give them different pattern and positions. Candle pattern scanner v1.5 - multi loading with different settings Patterns: - 2 opposite, 2nd is HH or LL - 2 same, 2nd is HH/LL & closes back inside - 3, 2 same, 2nd is HH/LL, 3rd is opp & closes behind 2nd mid price - Engulf 1 candle forward (dir is engulf candle) - Engulf 2 candles forward (dir is engulf candle) - Custom false engulf v1(backward): (buy): bull, bear, bull, (O3&O2)<C1, O3>C2, C3<C1 - Custom false engulf v2(backward): (buy): bull, bear, bear, either, C4<C1, O3>C2, O4>C3 {image}...Ignored
Disliked{quote} Master thanks so much, please which setting works with engulf backwards? am trying to figure it out {image}Ignored
Disliked{quote} Use this one: {file} Install all files in the Indicators folder.Ignored
Disliked{quote} ok great explanation. Could you kindly convert these useful scripts into mt5? Thanks in advance {file} {file}Ignored