Search found 3 matches

by Gian Maria Rossi
13 Oct 2023
Forum: MultiCharts
Topic: When the profit target is reached, I would like auto-trading automatically stop [SOLVED]
Replies: 5
Views: 615

Re: When the profit target is reached, I would like auto-trading automatically stop [SOLVED]

Hi TJ, sorry for the delay in my response, but I had some things to take care of. This morning, I took a moment to understand the codes you wrote for me (just to learn a bit more - for example, I didn't even know that TradeStaton’s built-in reserved word 'NetProfit' already referred to accounted tra...
by Gian Maria Rossi
11 Oct 2023
Forum: MultiCharts
Topic: When the profit target is reached, I would like auto-trading automatically stop [SOLVED]
Replies: 5
Views: 615

Re: When the profit target is reached, I would like auto-trading automatically stop [SOLVED]

You can add a CONDITION called " Profit.Reached ". eg. Here's the concept: Input: Profit.Target( 1000 ); Var: Profit.Reached( False ); If Netprofit > Profit.Target then Profit.Reached = true. If Profit.Reached = false then BEGIN // your trading code here END; Hi TJ, thank you immensely. I'm not fam...
by Gian Maria Rossi
11 Oct 2023
Forum: MultiCharts
Topic: When the profit target is reached, I would like auto-trading automatically stop [SOLVED]
Replies: 5
Views: 615

When the profit target is reached, I would like auto-trading automatically stop [SOLVED]

A warm greeting to the entire Multicharts forum community. I've owned a lifetime license for Multicharts for many years, but I've never ask access to the forum until now, so this is my first post. I hope you can kindly assist me. I've been using Adaptrade Builder for several years solely for study p...

Go to advanced search