- Search Metals Mine
- Hotpotato replied Apr 10, 2015
[B] Nope, missed that. To busy building and for now little time to trade. Those two fibo levels are very strong, 127 bounce down just begs for adding trades.
Kopratasa EA & BDM
- Hotpotato replied Apr 10, 2015
They are 2x2 different baskets. I am trying to analyze what the difference is between the Asia+2 and London-1 in movement when the London session opens. I do not even mind if a buy basket indicated on the Asian+2 turns around at London open and ...
Kopratasa EA & BDM
- Hotpotato replied Apr 10, 2015
Dingdong Perhaps an extra row at the bottom, add all values / number of pairs giving the overall buy/sell market sentiment.
Dashboard Trading
- Hotpotato replied Apr 10, 2015
So, all set up for today, coffee !! :nerd: First cup nice, 15 mins after opening. image
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
Yes, i had time. I only wait for the Asia+2 and the London-1 baskets to form have a quick look with BDM, select the pairs, start te writers and the BT's. Fibo's, basket MTF are already on the template so i just set the BO or PO levels and let BT ...
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
Simply said. Yes. Especially whit volatile pairs. Once every time the basketwriter get all the pairs high,lows,open,close and take the average and write it to the history file. The history file is read by the mt4 charter to display candles (on a ...
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
Yes, it is your ctrl+f crosshair divided by 100. I placed SL and TP's and measured them against the crosshair and it looked good to me. But i do not use pips when basket trading. Btw. because i divide the moves in the basketwriter by the number of ...
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
VMC, Flip the fibo using the Up / Dwn button in the fibo window. I know, a little error the text of the button disappears sometimes. Btw. how are you pip distances working out now ?
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
Developers, It has no use to run this dashboard every tick or every second so put this first in your OnTimer() or OnStart(); static datetime lastbar = 0; if (Time[0] == lastbar) return; lastbar = Time[0]; and load the EA on an M1 chart. Forgot, ...
Dashboard Trading
- Hotpotato replied Apr 9, 2015
fi. bool error = OrderModify(OrderTicket(),OrderOpen Price(),Ask + Point * TrailingStop,OrderClosePrice() - TakeProfit * Point - TrailingStop * Point,0,Purple); if (error == true) Print("Mod error "+GetLastError());
Dashboard Trading
- Hotpotato replied Apr 9, 2015
I take trades on M15 but even that i find a bit long for BT's BO trades. Missed pips here on BO !
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
Did you ever tested this on US and Asian sessions ? If this works consistently we can think of a special color for the pairname in the baskets to indicate that they are there longer than x periods.
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
I use the Kopra basket (Asian+2) and set up BT with BO one hour before london open. White line Asia+2 Red line London open.
Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
Update BDM and BDMHelper. No new functions but i updated the window management to be a bit easier on the eyes. Was getting a headache from those flashing windows.
Didn't update the BDMHelper version so you do not have to change your templates ...Kopratasa EA & BDM
- Hotpotato replied Apr 9, 2015
I have seen that, i am trading them at the moment. Used the Asain+2 and the London-1 baskets combined.
Kopratasa EA & BDM