Search found 9 matches

by Idangy
15 Mar 2023
Forum: MultiCharts
Topic: How do you Track your Live Preformance?
Replies: 0
Views: 324

How do you Track your Live Preformance?

Hey guys :D when auto trading is on, performance report is Great! but when you stop auto trading you lose all that information, There is no option to auto save the performance report and if you manually save it every once in a while that might cause a mess because you save a new Excel sheet that con...
by Idangy
15 Dec 2022
Forum: MultiCharts
Topic: PMMS simple example [SOLVED]
Replies: 6
Views: 836

Re: PMMS simple example [SOLVED]

Idangy, Looks like you are making progress. One thing I noticed; there needs to be separate dynamic arrays declared to hold the short and long positions. array: strats_with_longs[](0), strats_with_shorts[](0); positionsLong=pmms_strategies_in_long_count(strats_with_longs); // indexes of strategies ...
by Idangy
14 Dec 2022
Forum: MultiCharts
Topic: PMMS simple example [SOLVED]
Replies: 6
Views: 836

Re: PMMS simple example [SOLVED]

Idangy, Yes the functions like pmms_strategy_is_paused(1) take a parameter that are the zero indexed numbered strategies in your portfolio from top to bottom. Zero is strategy one, one is strategy two. Strategies in your portfolio tree can have multiple signals in each of them. The PMMS functions a...
by Idangy
12 Dec 2022
Forum: MultiCharts
Topic: PMMS simple example [SOLVED]
Replies: 6
Views: 836

Re: PMMS simple example [SOLVED]

// Portfolio Money Management Signal to pause trading from // second strategy if no open position from first strategy. if pmms_strategies_count<2 then RaiseRunTimeError("Must have at least two strategies."); if pmms_strategy_marketposition(0)<>0 then begin if pmms_strategy_is_paused(1) then begin p...
by Idangy
11 Dec 2022
Forum: MultiCharts
Topic: Easylanguage and ChatGPT
Replies: 2
Views: 1470

Re: Easylanguage and ChatGPT

It did!
tried to ask about PMMS he gave me a code example that looked good but didnt actually worked :)
by Idangy
10 Dec 2022
Forum: MultiCharts
Topic: PMMS simple example [SOLVED]
Replies: 6
Views: 836

PMMS simple example [SOLVED]

Hey. I'm having hard time finding someone who can walk me through the process of understanding PMMS,. A simple code example would really help me here. Strategy1 Strategy2 only enable startegy2 if there is an open position in strtegy1 else disable. i will appreciate if someone please show me how to w...
by Idangy
05 Dec 2022
Forum: MultiCharts
Topic: Looking for (paid) teacher " Money Management Signals"
Replies: 0
Views: 401

Looking for (paid) teacher " Money Management Signals"

Hey :) I'm trading and developing with multicharts for quit a long time now and I want to take it to the next level with Portfolio Money Management Signals. unfortunately, the available info about it and how to use and code it is not enough clear for me and I'm having trouble understand it. I'm look...
by Idangy
28 Nov 2022
Forum: MultiCharts
Topic: Indicator Calaculation on Point and figure chart
Replies: 0
Views: 383

Indicator Calaculation on Point and figure chart

so im using 2 data serious data 1 - 1 min chart data2 - point an figure. I calc my entry and exit point with data2 and execute orders with time based chart in data 1 as recommended by multicharts support. every indicator that involves "close" for example moving avg/ linear regration. works fine on b...
by Idangy
31 Oct 2022
Forum: MultiCharts
Topic: Trading Point and figure- limmit orders problem
Replies: 1
Views: 405

Trading Point and figure- limmit orders problem

I'm trying to trade Point and Figure. after experiencing some weird behaviors I was told to use P&F as DATA2 and use Regular bar type as DATA1. 1. i'm trying to use limmit orders like that: Data1- 3M data2- P&F sell short ("SE") next bar at ( close Data2 + X) limit; in back testing it looks ok. but ...

Go to advanced search