Thread: Volume trader
View Single Post
  #6 (permalink)  
Old 10-18-2005, 07:54 AM
giovanun's Avatar
giovanun giovanun is offline
Junior Member
 
Join Date: Oct 2005
Posts: 6
giovanun is on a distinguished road
Exclamation FOREXTS volume trader

Hello Forexts j don't know well the language for program with MQL language and j see the code program of "Volume_trader_v2";
j think that the volume is very important for trading operation.
In the Expert the condition for entry (Long || Short) is true || false if the (volume[1]<volume[2]) or (volume[1]>volume[2]) and this control is important.
J ask you if you can write the expert but the control for entry is moving average of volume for example three period is ">" of ten period and if this condition is true look if the close of bar[1]is ">" of close of bar [2] this is condition true for buy order .
Reverse condition for sell order.
Important insert the trailing stop and stop loss for example 10 for trailing and 15 for stop loss.
See the image please

thank bye
Attached Files
File Type: rar MOVING AVERAGE VOLUME.rar (31.3 KB, 125 views)

Last edited by giovanun; 10-18-2005 at 07:57 AM.
Reply With Quote