- Search Energy EXCH
-
abokwaik replied Mar 16, 2015falanca, did you try version 2 of Create_Basket_Script (in post # 88) ? Did it work well and showed the template applied when opened the Basket Offline Chart ?
Basket Robots
-
abokwaik replied Mar 16, 2015There is an input called Template_Name where you need to fill in the template name for the template which will be used when you open the offline chart, or you can set it to 0 if you don't want to use it. The default template is already attached to ...
Basket Robots
-
abokwaik replied Mar 15, 2015In the previous version I was simply taking the summation of pair rates or inverse rates multiplied by weights: IF DW[i] > 0 then Basket = Basket + ( DW[i]× Rate [i] ) ELSE Basket = Basket + ( (1/DW[i] ) × Rate [i]) -------------- The updated ...
Basket Robots
-
abokwaik replied Mar 15, 2015No, no king.
I gegenerated the modified basket using an updated vversion off the script which I didn't post yet.Basket Robots
-
abokwaik replied Mar 15, 2015I think this is closer, but still not perfect !
LiteForex Yen Basket (LFXJPY) image My Modified Basket (#JPYBSKT) image My Old Basket (#JPYXXX) image Basket Robots
-
abokwaik replied Mar 15, 2015Using Liteforex MT4, As you can see the XXXJPY offline chart created using my Create_Basket Script (with directional weight of +0.073) is almost identical to LFXJPY chart, which means that the script is working correctly for positive directional ...
Basket Robots
-
abokwaik replied Mar 14, 2015I haven't tried the basket writer you mentioned. I don't even know if it is possible to create JPYXXX Basket using it, in order to compare apples with apples, is it possible ? I know it's maybe OK to trade XXXJPY as a basket with reversed entries. ...
Basket Robots
-
abokwaik replied Mar 14, 2015Good observation. l am away from computer now. I will check liteforex tomorrow and compare with mine.Meanwhile you can create a yen basket with +0.1 directional weights and compare with liteforex one. Thanks.
Basket Robots
-
abokwaik replied Mar 14, 2015Its great to know you're performing very well with "still" a basic tool, scalper.


Basket Robots
-
abokwaik replied Mar 14, 2015Based on recent experience with the Metals Basket, I will add an input for lot size multiplier for each pair in the basket (similar to directional weight), default will be 1. So that when trading the basket the robot will multiply the Fixed_Lot_Size ...
Basket Robots
-
abokwaik replied Mar 14, 2015If anyone is testing the basket manager, and like to share their basket setups (as I did in the 3 previous posts), please feel free.
Basket Robots
-
abokwaik replied Mar 14, 20153. Metals Basket. (Gold, Silver, Platinum,Palladium) This is a newly created basket, and contains the following pairs along with their directional weights. XAUUSD (+0.01) -- Gold XAGUSD (+1.00) -- Silver XPTUSD (+0.01) -- Platinum XPDUSD (+0.01) -- ...
Basket Robots
-
abokwaik replied Mar 14, 20152. Yen Basket. This is a specific currency basket (like a currency index). It contains the following pairs, and their directional weights: USDJPY (-1000) EURJPY (-1000) GBPJPY (-1000) AUDJPY (-1000) NZDJPY (-1000) CADJPY (-1000) CHFJPY (-1000) The ...
Basket Robots
-
abokwaik replied Mar 14, 2015Currently I am trading three baskets Manually on 3 demo accounts (2 are already linked to this thread and all linked to my profile) 1. Cmdty_Crncy_Basket_Demo (Commodity Currencies Basket). This basket is actually representing 3 commodity currencies ...
Basket Robots
-
abokwaik replied Mar 14, 2015Thanks for your input, Until now we are still in Manual Drive Mode of the Basket. We need to get used to basket charts, trading them manually for a while. Add Multi-Basket Administrator Robot. Then we can build all different kinds of basket robots. ...
Basket Robots
-
abokwaik replied Mar 14, 2015Version 2 of Create_Basket_Script New Input: Template_Name = "basket_default" . you can set this to your preferred template name, and when you open the basket offline chart, the template will get automatically uploaded on the chart. (if market is ...
Basket Robots
-
abokwaik replied Mar 13, 2015Had some free time so I made this one on Friday. Interesting

image Robot Lab Project
-
abokwaik replied Mar 12, 2015For coders: The best way I could reach for spread calculation of the basket is as follows: double get_spread() { double spread=0,ask=0,bid=0; for(int i=0;i<ArraySize(pairs);i++) { if(dw[i]>0) { bid+=MarketInfo(pairs[i],MODE_BID)*dw[i]; ...
Basket Robots
-
abokwaik replied Mar 12, 2015Here is an "intermediate" update for Basket_Manager_02: Fixes and Updates "Hopefully" a correct calculation for Spread and Ask Line (Kindly test on different baskets and report any issues) Added a separate option for activating/de-activating Money ...
Basket Robots