dazamate / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
dazamate
Added topic Indicator Drawing troubles
Hey guys another question, I am trying to figure out the indicator side of programing. Having a few problems. First Trouble is one of the indicator buffers doesn't draw properly. A problem with buffer 3&4 which I basically want to make a Highest
dazamate
Added topic Trouble Closing order , logic problems?
Hey there, I want to close an order when 3 candles have closed in the stop loss area. It just seems like the logic is never true. I have other conditions for closing trades and they work fine. Here is my approach. P.s The Print functions don't get
dazamate
Added topic Adding to a datetime value
Hey guys How do you had to a datetime value. One thread said that it is held in seconds.. so to add 3 hours you would datetimevalue + (3*60*60) which would give you a datetime 3 hours ahead but that didn't work I basically want to use OrderSelect()
dazamate
Added topic Managing different trailing stop values for different trades
Is there any way I can store a trailing stop value that can be matched with certain trades. One way I was thinking was to store the ticket number into an array when the trade is opened and then store the stop loss value into that part of the array
dazamate
Added topic Problem with for loop
double highestrange, rangecalc; double range[ 6 ]; for ( int bcount = 1 ; bcount > 7 ; bcount++) //scan the last 7 prevbars {
dazamate
Added topic Problems checking for open trade
Hey there I have added this to my code to check if there is an open trade already. The problem is the code will execute one trade and that's it. Can anybody see a problem with this code. I am not a super expert with programing // Check for open
: