- Search Energy EXCH
-
abokwaik replied Feb 18, 2016I haven't tested yet on fxcm, but looking at the code, and in case of multiple orders, and a slow connection/execution, I added a couple of RefreshRates calls in Order Closing and TS. I am testing this version on fxcm today, default settings +3 ...
A Proven Simple Strategy (2MAs, 1 RSI)
-
abokwaik replied Feb 17, 2016OK. I will forward test it on fxcm and see.
A Proven Simple Strategy (2MAs, 1 RSI)
-
abokwaik replied Feb 17, 2016Strange. You must be running multiple EAs, or multiple instances of the same EA with same Magic Number. Please check and update me.
Abokwaik replies to PMs
-
abokwaik replied Feb 17, 2016Yes, it does. For example : If you set SL tp 100 points, and Trailing Stop to 50 Points. Then if price moves 100 points against you it will be stopped by SL. If price moves 50 points in your favor, SL will be move to Break Even (opening price). Then ...
A Proven Simple Strategy (2MAs, 1 RSI)
-
abokwaik replied Feb 17, 2016Sorry, I put it into a quick test and found a small bug in filtering. I fixed it and re-uploaded again.
Tick Chart Scalper
-
abokwaik replied Feb 17, 2016This is an EA I wrote for this system, It uses the Tick_Scalper_02 indicator. I will start testing today. image
Tick Chart Scalper
-
abokwaik replied Feb 17, 2016Hi Spencer, As per your settings your only exit option is the trailing stop. BUT the trailing stop well get activated ONLY if price moves in your favor for the number of pips set in trailing stop, and this does not always happen, so in the last ...
A Proven Simple Strategy (2MAs, 1 RSI)
-
abokwaik replied Feb 16, 2016Just for the sake of testing I am gonna forward test an EA next week before dumping this system completely. Who knows, maybe its just me.
Tick Chart Scalper
-
abokwaik replied Feb 16, 2016The way to do this (text in red) by using a BUY STOP Order using the Short Trade SL in place of the Ask price in OrderSend function. Something like this : if(OrdersTotal()==1) { OrderSelect(0,SELECT_BY_POS,MODE_TRADES)==false) break; ...
Order only triggered by Bid line... possible?
-
abokwaik replied Feb 16, 2016Hi metta, Your link led me to this post : hello :-) i have a question for people who know well mt4 and spread issue i would like to know if you can have all your order only trigger by BID line ? actually the BID line trigger "short sell" order and ...
Abokwaik replies to PMs
-
abokwaik replied Feb 16, 2016You're welcome bro. I suggest also to back test it on long periods/different inputs. Most of my tests ended up either loosing, or with minimal profit.
Abokwaik replies to PMs
-
abokwaik replied Feb 16, 2016A friend sent me this request: //----------------------- I have tested some strategy for a while and I am quite satisfied. This is a simple Scalping/Martingale system which opens a position when RSI is greater then 80 or less than 20 with TP=10 ...
Abokwaik replies to PMs
-
abokwaik replied Feb 16, 2016Yesterday I followed the rules as much as possible and ended up 4% up, trading only EURUSD, using low leverage. Today I traded only GBPJPY using higher leverage and also followed the rules (most of the time), however price action was a real mess. My ...
Tick Chart Scalper
-
abokwaik replied Feb 15, 2016EURUSD was hovering in a range around 1.1200 for the last 4 hours, without a clear direction. Bias is still short, to be confirmed by a close below 1.1187, or invalidated by a break above daily open at 1.1233.
Tick Chart Scalper
-
abokwaik replied Feb 15, 2016I think I didn't mention it earlier, but its better to avoid trading this system at news time. Allow at least 5 to 10 minutes before/after hot news releases.
Tick Chart Scalper
-
abokwaik replied Feb 15, 2016Either SL, Trailing Stop or price excessively retracing before reaching target profit. This is scalping so we have to be alert. I also move stop to BE after 5 to 10 pips in profit.
Tick Chart Scalper
-
abokwaik replied Feb 15, 2016Thanks
Yes Sure I will make it into an EA, but later. I need to feel the system first, as it is not possible to back test it.Tick Chart Scalper