Hi,
Formatted PC (windows10). Before formatting ABCD was running fine.
After formatting and reinstallation ABCD it asks to install REBOL which fails.
Tried following 2 options.
Option A
1-Downloaded latest zip file from GDRIVE (from link in josh's signature).
Unzipped the file namely ~...
Hi,
How to code AFL for Sell ?
Buy = some Condition A;
Sell =
some Condition B
OR
Target hit [ say 20 points I guess using: ApplyStop(stopTypeProfit,stopModePoint,20,1) ]
OR
Stoploss hit [say 10 points, I guess using: ApplyStop(stopTypeLoss,stopModePoint,10,1) ]
OR
if none of the above
Exit...
Ref: The second code for Multiple Symbols on single chart pane.
Open High Low Close Volume (ROC) values etc for Symbol 1 displays on the Top Axis.
How to display Open High Low Close Volume (ROC) values etc for Symbol 2 on the Top Axis in addition to values already displayed by Symbol 1 ?