Hi,
I'm trying to write a trading system but it's getting very messy and difficult to follow the logic at times. I have a few different entry signals and exit signals and I was wondering is it possible to write a mini program for each entry signal that I could call from the main program. (Similar to a function in C-programming?)
That way I could keep track of what I'm doing a lot easier.
Thanks
Shane
I'm trying to write a trading system but it's getting very messy and difficult to follow the logic at times. I have a few different entry signals and exit signals and I was wondering is it possible to write a mini program for each entry signal that I could call from the main program. (Similar to a function in C-programming?)
That way I could keep track of what I'm doing a lot easier.
Thanks
Shane
Comment