- Search Energy EXCH
-
abokwaik replied Mar 10, 2015So why am I doing this ?
I am doing this, for my self in the first place.
I am in mid 40s, have a nice living, but who does't want more ? Someday, I will stop my "stressful" daily work, and enjoy life more.
I BELIEVE money ...Basket Robots
-
abokwaik replied Mar 10, 2015Hi moonshot, What I am trying to deliver here and in Robot Lab Project are a set of FREE Open Source Robots based on well-know systems, systems of my own, and systems suggested by members, for traders who don't have enough time to spend in front of ...
Basket Robots
-
abokwaik replied Mar 10, 2015If you mean : When you open the basket offline chart it show with a pre-set template applied to it. The answer, is yes it is possible. I will provide this feature in next version of Create_Basket_Script with an input for template name.
Basket Robots
-
abokwaik replied Mar 10, 2015Good Morning. So the trades from yesterday were closed by the Basket Manager at a pre-set loss amount of $1000 (actual $1039). So far it seems that the Basket Manager is working as it is supposed to. Since we are dealing with multiple orders we ...
Basket Robots
-
abokwaik replied Mar 9, 2015I closed the Sell trade, and opened a Buy trade (but forgot to change the lot size to 0.1 so it opened with default 0.01). I opened another buy with the correct lot size (0.1), and I will close the first one when its in the green, and give the ...
Basket Robots
-
abokwaik replied Mar 9, 2015Just trying to trade the basket chart as a normal chart. Here is the #COMD# basket posted earlier. Using RSI divergence, it seems that we have a Bullish Divergence so I am going to close the Sell Order, and wait for a confirmation to go long, or a ...
Basket Robots
-
abokwaik replied Mar 9, 2015I opened this forum in "Trading Discussion" not in "Trading Systems" on purpose. It is project under development Basket trading can be considered as a safe approach to trading the market, as we diversify our risk on multiple instruments, but also ...
Basket Robots
-
abokwaik replied Mar 9, 2015Thank you hukam, I think what offered here is a different approach to basket trading than "Basket Trading EA" and similar threads. At least I hope so. Your experience with basket trading is enormous. And your input here will be highly appreciated. I ...
Basket Robots
-
abokwaik replied Mar 9, 2015We are almost the same age. I'll take that as "it is definitely hilarious".
I see that you dare to ride a dragon ! How about fitting some dragons in a basket 
Basket Robots
-
abokwaik replied Mar 9, 2015This is the trade carried from Thursday last week on Commodity_Currencies_Basket , (the account linked to Trade Explorer). I have set the TP to $1050, and SL to $1000. image
Basket Robots
-
abokwaik replied Mar 9, 2015I am trying the latest robot version : One bug showed up in Robot: Comment Line is not reset correctly. Fixed version attached. file file
Basket Robots
-
abokwaik replied Mar 9, 2015Sorry for the late reply. My suggestion for GBP, EUR and USD baskets are as follows //-- GBP BASKET Pairs = "GBPUSD,EURGBP,GBPAUD,GBPCAD,GBPCHF,GBPNZD,GBPJPY";//Basket Pairs Pairs_DW = "+1 ,-1 ,+1 ,+1 ,+1 ,+1 ,+0.01 ";//Pairs Directional Weight //-- ...
Basket Robots
-
abokwaik replied Mar 8, 2015In addition to looking into any bugs that might show up during forward testing, I will work this week on developing a Baskets Administrator EA.
Basket Robots
-
abokwaik replied Mar 8, 2015With reference to the previous post, this is the Yen basket chart. I have loaded M1 data back till February, 1st. So the chart looks ugly before that date. Not because yen made a big JUMP at end of January BUT because of missing historical data. ...
Basket Robots
-
abokwaik replied Mar 8, 2015You see I am focusing at this stage on Building "meaningful" Basket Charts. I consider this stage to be more important than the chart trading itself. Because if the Basket chart looks like a standard pair you can simply trade it like a standard ...
Basket Robots
-
abokwaik replied Mar 8, 2015And these are magnified images of the previous two Yen basket charts Poor Details image Rich Details image BIIIIG DIFFERENCE ! :nerd:
Basket Robots
-
abokwaik replied Mar 8, 2015When creating a basket we need to make sure that we do not loose significant digits of pair rates. For example this is a YEN basket where : Pairs = "USDJPY,EURJPY,GBPJPY,AUDJPY,CADJPY,NZDJPY,CHFJPY"; Pairs_DW = " -1 , -1 , -1 , -1 , -1 , -1 , -1 "; ...
Basket Robots
-
abokwaik replied Mar 8, 2015OLD CODE : double get_spread() ... spread+=(MarketInfo(pairs[i],MODE_ASK)-MarketInfo(pairs[i],MODE_BID))/Point; CORRECTED CODE: double get_spread() ... spread+=MarketInfo(pairs[i],MODE_SPREAD)*(MarketInfo(pairs[i],MODE_POINT)/Point); Here are the ...
Basket Robots