Search found 5 matches

by michael_mio
30 Nov 2023
Forum: MultiCharts
Topic: Coding a stop order at the last pivot point for stoploss [SOLVED]
Replies: 5
Views: 532

Re: Coding a stop order at the last pivot point for stoploss [SOLVED]

Hello! Sorry, but as i am a beginner i have problems with the array assignment. This is my code: array: Last_Pivot_Lows[100](0); var: Pivot_count(1); For Pivot_count = 1 to 100 begin Last_Pivot_Lows(Pivot_count) = PivotLowVS(Pivot_count, Low, 3, 3, 30) ; end; But i receive the error message: Unknown...
by michael_mio
17 Nov 2023
Forum: MultiCharts
Topic: Coding a stop order at the last pivot point for stoploss [SOLVED]
Replies: 5
Views: 532

Coding a stop order at the last pivot point for stoploss [SOLVED]

Hello! I am a programming beginner and I am stuck with coding the following problem. After opening a trade (e.g. long entry), I would like to place a stop order (for stop loss) at one of the last pivot points (in this case, e.g. at the last or penultimate pivot low). However, it may be that the pivo...
by michael_mio
10 Aug 2021
Forum: MultiCharts
Topic: Using Price Multiplier
Replies: 5
Views: 988

Re: Using Price Multiplier

How can I check if it works?
At the moment I still see the old price of @CT (92.35 from TS data, 0.9235 from IB data) in both the chart and the scanner.
Thank you
by michael_mio
10 Aug 2021
Forum: MultiCharts
Topic: Using Price Multiplier
Replies: 5
Views: 988

Re: Using Price Multiplier

Hi Tammy!
Sorry, i have the same question for the Cotton Future (@CT).
Could you please describe more in detail?
In the Quote Manager in "Edit symbol > Futures tab > description" instead of "Cotton No. 2 Continuous Contract" there should be "Cotton No. 2 Continuous Contract * 0.01"?
Thank you

Go to advanced search