- Search Crypto Craft
-
losja replied Jul 12, 2021Several errors. Mainly, you are not using the loop variable bar in shifts. Start with the modified version attached.
I will code your EAs and Indicators for no charge
-
losja replied Jul 12, 2021Channel traders! Time to sell high or time to reverse? image image
Cable Update (GBPUSD)
-
losja replied Jul 12, 2021You didn't know what is the ball against Spain... You just knew (and we) who is Chiesa! Don't make those type of 99% conclusions in trading. haha Congratulations!
Cable Update (GBPUSD)
-
losja replied Jul 12, 2021That just happens in 1 minute time frame. I mean based on what you see a reversal in 5 minutes time frame 1 hour ago?
8 EMA Above/Below
-
losja replied Jul 12, 2021Let's see what happens with the last 1-hour bar. Good downwards speed right now. If it keeps this speed and direction for the remaining of the hour, this might lead to a clear downwards movement in the following few hours. image
Cable Update (GBPUSD)
-
losja replied Jul 12, 2021What happens if the strength list of currencies changes? Do you keep the previous orders open or do you close them and open the respective new ones?
Currency strength Trading System for multiple pairs trading
-
losja replied Jul 12, 2021Beautiful context in GBPUSD today: - No upcoming important events today - Highest of the month formed today - But now, moving downwards and 100 pips to Friday low Will it make a new month high? or, will it move as aggressively as it did on Friday ...
Cable Update (GBPUSD)
-
losja replied Jul 12, 2021It seems like that wasn't the purpose. Maybe this: 4 Hour time frame or any other time frame Or: 4 hour time frame in any symbol
8 EMA Above/Below
-
losja replied Jul 11, 2021New traders should always avoid any kind of marting-gale system.
Martingale or not martingale?
-
losja replied Jul 11, 2021yeah that's the risk of not having a stop loss related to prices. As you clearly identify here, it could lead to unexpected losses.
RSI + MA Channel
-
losja replied Jul 11, 2021Can you explain the exit conditions? How do you calculate S/R zone? And also, I would like to understand the breakout. Breakout of what?
"LOW" Win Rate, "BIG" Reward
-
losja replied Jul 11, 2021You have to fill every value in atrs. You may read about MQL arrays here: Arrays
Get Highest ATR Shift for a range of 100 Bars
-
losja replied Jul 11, 2021There are many ways. "Array codes" are important. Maybe you understand this approach: int GetMaxIndex() { double atr; int max_index = 1; double max = iATR(Symbol(),PERIOD_CURRENT,20,1); for(int i = 2;i <= 100;i++) { atr = ...
Get Highest ATR Shift for a range of 100 Bars
-
losja replied Jul 10, 2021Save the 100 ATR values in an array. After that, you can use the function ArrayMaximum. double atrs[100]; // fill atrs array here int max_index = ArrayMaximum(atrs,WHOLE_ARRAY,0);
Get Highest ATR Shift for a range of 100 Bars
-
losja replied Jul 9, 2021If you have properly configured the email server in MeataTrader (as it seems to be), the only problem comes form Gmail that is rejecting the connection. You need to configure Gmail to accept connections from MetaTrader. Search in your mail box for ...
Indicator Alert via Email