Hey this is to all coders (especially scorpion),
I want to make an expert automatically turn on and off. By that I mean I will let it run but it will not make any trades unless i is a Monday -> Thursday
I am talking about the DLM here so if possible I'd like it it completely finishes its sequence before closing. Is that possible at all?
The code I know is separated into different parts and I want the opening of the new sequences to be limited (a simple If (day)=Sunday, Monday, Tuesday, Wednesday, Thursday then trade, else quit) or something along those lines..
If you need the code let me know, I'm almost sure that this is doable I just don't know exactly where (with a bit of patience I might find it) or how to put it (correct terminology to use)
Thanks