Calling for New EA Help !!

 
 

Some of the indicators are "painting the past" so I do not think it will be easy to program.

Did you trade using this system manually?

This SHI_Silver TrendSig indicator may be appeared and disapeared all the time.

 

Because simple announcing the rules are not enough.

Because there are some stages of the development. The strategies should be proven. Otherwise why do your think that this system is profitable.

Look at this how the other people are doing it:

area about 4 trading systems https://www.mql5.com/en/forum/trading_systems

And this one https://www.mql5.com/en/forum/173588

And this https://www.mql5.com/en/forum/173703

And many other examples.

 

Profitable..

newdigital:
Because simple announcing the rules are not enough.

Because there are some stages of the development. The strategies should be proven. Otherwise why do your think that this system is profitable.

Look at this how the other people are doing it:

area about 4 trading systems https://www.mql5.com/en/forum/trading_systems

And this one https://www.mql5.com/en/forum/173588

And this https://www.mql5.com/en/forum/173703

And many other examples.

Hi newdigital !

This system is not like the ones you gave me links for. It's very simple.

Even if the SHI_Silver TrendSig moves the signal is not true till the filters

say it is. Once signals are true, even if they are a few bars away it still

leaves room for good profit taking. And even if the signal moves we should

count signals as true when the filters allow it.

It's not complicated at all. Exactly the way I describe it.

I Think my problem is that I'm not thinking in coding terms, so it's different for me. Please ask me specific questions and I will clarify. I just can't think of any other things to add other than TP SL and Trailing SL. Which should be there in the options.

 

Settings

newdigital:
Some of the indicators are "painting the past" so I do not think it will be easy to program.

Did you trade using this system manually?

This SHI_Silver TrendSig indicator may be appeared and disapeared all the time.

Hi newdigital !

here are few more settings I could think of.

  • Trailing Stop
  • Take Profit
  • ID- MagicID that allows for running more than one EA on the same pair.
  • Removed time constraints.
  • Scalp mode-To Take profit less than Broker will allow, Set the TSactivation to the pip value you want to TP and set TrailingPIPs to 0.
  • Traditional Trailing mode- Set the TSactivation to 0, and set TrailingPIPs to the distance that you want to trail.
  • Hybrid mode- Set TSactivation to the normal TP level then set Trailingpips to the number of pips that you want to trail from that point.
  • Alert option for those that want to trade manually rather than automatic.
  • MaxTrades- maximum number of trades open at a time.
  • Risk- percent of available margin to risk.
  • UseHourTrade - Time filter (true) or No time filter (false)
  • FromHourTrade - start trading on this hour (GMT)
  • ToHourTrade - end trading on this hour (GMT)
  • period - 0 - leave this number as zero to use the period from the chart.
  • Alerts- false/true - Alerts will alert when trade signal is present.
  • AlertOnlyMode- false/true - Will not place trades, but will alert to the platform (for manual trading)
  • WeekendMode- false/true - True=Will close all trades on and after the hour to close.
  • hour_to_close- 21 - Hour on weekend to close all remain trades if Weekend mode is set to true.
  • password Protection.
  • Expiray date and Time (stop EA working at that date and time)
I hope this helps.

 

Hello There!!

Hi Everyone!

Would any one like to help me make this expert Please?

 
FX-Hedger:
Hi Everyone! Would any one like to help me make this expert Please?

Why do you think that this system is profitable?

For example. We have sell (or buy) signal from SHI_Silver TrendSig indicator, we are getting the confirmation by Fisher, EA will place sell order. But after few hours (or after 5 or 10 bars) the signal from SHI_Silver TrendSig indicator suddenly disappear? Together with Fisher's confirmation?

For example we are trading on D1 timeframe. EA opened the buy order today. And after the 5 days all the signals and confirmation from all the indicators were disappeared on historical data.

What to do?

 

OK I see your point.

newdigital:
Why do you think that this system is profitable?

For example. We have sell (or buy) signal from SHI_Silver TrendSig indicator, we are getting the confirmation by Fisher, EA will place sell order. But after few hours (or after 5 or 10 bars) the signal from SHI_Silver TrendSig indicator suddenly disappear? Together with Fisher's confirmation?

For example we are trading on D1 timeframe. EA opened the buy order today. And after the 5 days all the signals and confirmation from all the indicators were disappeared on historical data.

What to do?

OK, if sigals change and you have a position then keep the position till you have a confirmed opposite signal.

 
 

I created an EA with SHI channel sig using an idea similar to yours, but using Hist-StepMA. It was not very profitable when you call it using iCustom it recalculates all the signals on every tick, I might work with it this week and modify the code to not redraw the old signals.

 
Reason: