- Search Energy EXCH
-
abokwaik replied May 3, 2016Right. my mistake. didn't test it.
int total_trades = OrdersHistoryTotal(); should be int total_trades = OrdersHistoryTotal()-1; Here the corrected one ...a little help with code
-
abokwaik replied May 3, 2016Try this //+------------------------------------ ------------------------------+ //Last N trades result //+------------------------------------ ------------------------------+ int Last_N_trades_result(int depth_trades) { int wins = 0; int ...
a little help with code
-
abokwaik replied May 2, 2016Good Morning BoHanna, Thank you for sharing your experience with Ladder EA. I like your use of words "dumbest EA", for 2 reasons: You called it an EA not a System. Because it is actually not a system. It is a trade/position management EA. It will ...
Robot Lab Project
-
abokwaik replied May 1, 2016tarwada has Coding Proficiency in MetaTrader 4, MetaTrader 5. I am sure he will build one, or maybe he already did.
EDIT : On a second though I think my Bar Sequence Pattern EA can be setup to achieve the same.Elite : automation of selected systems
-
abokwaik replied May 1, 2016This is a testing EA for Method 1 of "Lower risk, stress free TDI system" of mehdi343 with different exit options. I ran different back tests on EUR/USD, but unfortunately I couldn't get meaningful results.
Elite : automation of selected systems
-
abokwaik replied Apr 30, 2016Looks good, I will do it once I have a chance. Thanks for sharing.
Elite : automation of selected systems
-
abokwaik replied Apr 30, 2016It is alive as much as you guys want it to be. The general notice is that price targets low volatility and high volatility areas. Although MT4 volume is a tick count (not an actual trade volume), still it is indicative to a good degree of ...
Low Volume Candles
-
abokwaik replied Apr 27, 2016Good Morning Almo, Thank you for sharing your systems freely here at FF. I received a couple of PMs asking for automation of these systems. And I saw that you already posted an invitation for coders here on the thread. Although my time is very ...
5/15 minutes time frame high probability system by Almo
-
abokwaik replied Apr 26, 2016Nice system Sammih
I am tempted to automate
, but I will follow for a while to better understand the rules.The London Trade
-
abokwaik replied Apr 25, 2016Not necessary. It will only make a difference when using (-) direction on a comparably high rates (like xxxjpy, or Gold rates) as the system calculate the rates by dividing 1 by the pair rate. So for USDJPY H1, suppose the Open=111.100, High=111.255 ...
Basket Robots
-
abokwaik replied Apr 25, 2016OK, second part of Directional Weights is the Weight (or value). The Weight is used for 2 reasons: 1. To preserve the DETAILS when inverse (-) direction is used. It is better to show a chart example to understand this point better. The best example ...
Basket Robots
-
abokwaik replied Apr 25, 2016When you get such a weird chart it means that your M1 (one minute) data is not loaded for the displayed period. To fix this, you will need to open the M1 chart for each of the pairs that make the basket, and scroll up (using Page Up) until you reach ...
Basket Robots
-
abokwaik replied Apr 25, 2016I think I invented that
OK, lets discuss the basics ... Directional Weights (DW) is in 2 parts, Direction and Weight. Lets start with the Direction, so we leave Weight as 1, and focus on only on the direction Suppose that we are creating ...Basket Robots
-
abokwaik replied Apr 24, 20161. Normalize the values (y-scale) of the 2 lines using one of them as a reference. In your example, the range for the first line is (+600,000- -100,000) = 700,000. the range for the second line is +200 - -20 = 220. ratio of 1st line to 2nd is 3181.8 ...
Compare the slopes of two lines plotted on different scales
-
abokwaik replied Apr 24, 2016Yes it is the actual price at the time of calculation BUT Rounded. It doesn't have to be exact. I Edited my previous post because I calculated the DW incorrectly for AUDJPY. It should be 0.01 not 110 (again rounded), the actual DW is +0.00895 so I ...
Basket Robots
-
abokwaik replied Apr 24, 2016It is easy to determine the directional weight for Single Currency Baskets (like EUR, GBP, JPY, CAD ... etc). So for Currency Baskets, We need first to determine the SIGN (+ or - ) for the directional weight (DW). DW will be Positive if the currency ...
Basket Robots
-
abokwaik replied Apr 24, 2016The offline chart that triggered the trade is for Yen. So we want to sell Yen against the other currencies. Forex is traded by pairs not currencies. Each pair is composed of a Base Currency and a Quote Currency. The Base currency is the first part ...
Basket Robots
-
abokwaik replied Apr 24, 2016A Refreshment : This is a Yen Basket Offline Chart (H1) created by the latest "Create_Basket_Script_03" from Post # 160. image Basket pairs were set as follows : image And this is a trade taken using S/R and price action on the offline chart ...
Basket Robots
-
abokwaik replied Apr 21, 2016Hi archishard, Are we talking GAPS here ? So if price gaps up following a bullish candle we buy ? What if after a number of candles we had a gap down following a bearish candle , do we close all previous buy orders, and start a sell cycle ? Kindly ...
Can anyone make an EA on this strategy?