Search found 5 matches

by serioustrader
11 Jan 2017
Forum: MultiCharts
Topic: How to code this exit strategy?
Replies: 7
Views: 2677

Re: How to code this exit strategy?

Thanks, would this work when purely backtesting? the function GetPoisitionOpenPL asks for an account number, does it only work in live trading? That's right, serioustrader. Watch this link https://www.multicharts.com/discussion/viewtopic.php?f=1&t=46385&p=103788&hilit=money+management#p103788 regar...
by serioustrader
09 Jan 2017
Forum: MultiCharts
Topic: Automatic Backup of Multicharts Studies/Files
Replies: 9
Views: 3463

Re: Automatic Backup of Multicharts Studies/Files

I just save my studies and templates to a google drive synced folder
by serioustrader
09 Jan 2017
Forum: MultiCharts
Topic: How to code this exit strategy?
Replies: 7
Views: 2677

Re: How to code this exit strategy?

Hi seriustrader, I'm not an expert but you can try this: If BarsSinceEntry>30 and GetPositionOpenPL<0 then.... Regards and happy new year Hi MAZINGUER, Thanks, would this work when purely backtesting? the function GetPoisitionOpenPL asks for an account number, does it only work in live trading? Tha...
by serioustrader
07 Jan 2017
Forum: MultiCharts
Topic: How to code this exit strategy?
Replies: 7
Views: 2677

Re: How to code this exit strategy?

See post #1 & #2
viewtopic.php?t=11713
Edited post, thanks
by serioustrader
06 Jan 2017
Forum: MultiCharts
Topic: How to code this exit strategy?
Replies: 7
Views: 2677

How to code this exit strategy?

Hi I would like to code a strategy based on barssinceentry: exit the position while barssinceentry is larger than 30 bars, if the position is at a loss. I tried to write it but got a bit stuck, since I just started learning Easy Language. this is my previous version: input: positiontime(30); conditi...

Go to advanced search