MA CROSS CONDITION Based on what I observed, a trend filter as the ones we put, MA, Super Trend, Kinjun, is uneffective in the long run; so to avoid massive trading, better to find points where the market has some small boom; to see this one of the easiest way is to find volatility signal cose to moving averages crosses; so we have to put two inputs and some conditions; we can call it MA cross condition (true/false) ; the first two inputs are two MA, as usual simple, exponential etc, one is called FAST and the other is SLOW; then the conditions: open buy trades at the close of the signal bar if the Fast MA is above the Slow MA, if the distance between them is less than XX pips/points (in input), and if XX candles before (in input) the Fast Moving average was below the Slow MA; opposite for sell trades Of course htse conditions can be taken into account if the signal bar has the impulse signal and if the size is matched. MUPLTIPLE TRADES TOPICS Open a new trade on each signal (true/false); now it opens a new trade only once the previous one is closed iF FALSE the following option is - except opposite signals (true/false): so if a trade is open on a buy signal and a sell signal occurrs, if this option is true, the opposite signal can open the sell trade while a buy trade is still at market If the option to open multiple trades is TRUE, then there's another option that is: - open new trades only after XX bars from the bar that created the signal that opened the oldest trade that is still at market - max number of SIGNAL to open trades (for example, if I chose 2, if 2 signals had already open at least 1 trade and they are still at market, don't open new trades) MORE HOUR TO TRADE LINES Add new options of time to trade StartTradingTime-StopTradingTime; now they are 2, I need 6 (add this one only if it does not slow the system too much) GOING OVERNIGHT OR NOT Go overnight true/false I want to chose the time to close orders or % of the orders size, and if to delete SL or not before goinig overnight (to avoid issues with gaps), so: - go overnight true/false IF FALSE - close open trades at HH:MM IF TRUE - % of the size to close - time for the size % to close HH:MM - delete SL of the trades or of the % of the trades that go overnight true/false MORE STOP LOSS OPTIONS SL settings: I need to implement more stop loss options - Easy Buffer: ad a buffer not linked to the spread but an easier buffer in pips/points below/above the min/max of the signal bar - SL based on HL distance of the signal bar, in % of it: for example if I chose 50% it means that below/above the min/max of the signal bar it has to subtract/add the 50% of the total lenght of the signal bar) - Easy SL: in pips based on the total size of the trade as it would be an unique order (for strategy 2); as price to apply the SL in pips/points take the one that is the easier to code, it can be the price in the middle of the two orders (market and limit), or elsewhere, your choice STRATEGY ONE add the breakeven function as the strategy 2 so after XX% of the distance entry-TP close XX% of the size