Search found 18 matches

by hb7of9
19 Oct 2023
Forum: MultiCharts
Topic: Multiple Positions + Multiple exit targets [SOLVED]
Replies: 2
Views: 423

Multiple Positions + Multiple exit targets [SOLVED]

I'm trying to have multiple positions, upto 50. Each trade/position should have it's own stop loss and profit target. For example example, 30% stop loss and 30% proift target. All , the trades/positons, will have the same 30% profit/loss target for each indivdual trade For example: Trade_1 Entry Pri...
by hb7of9
19 Sep 2023
Forum: MultiCharts
Topic: Array, variable or refinput expected [SOLVED]
Replies: 2
Views: 434

Re: Array, variable or refinput expected [SOLVED]

Hi TJ -- thank you kindly sir 👍!
by hb7of9
18 Sep 2023
Forum: MultiCharts
Topic: Array, variable or refinput expected [SOLVED]
Replies: 2
Views: 434

Array, variable or refinput expected [SOLVED]

Screenshot 2023-09-18 173847.png
(90.55 KiB) Not downloaded yet
I'm doing something wrong, but not quite following what it's told me :lol:
by hb7of9
18 Sep 2023
Forum: MultiCharts
Topic: Lists
Replies: 0
Views: 260

Lists

:) Hey Guys Can I use lists and check if something is in a list as can be done with Python and Pascal? List = [a, b, c] ValueToCheck = 1; // Value you want to check MyList = 1; // Your list of values if InList(ValueToCheck, MyList) then Print("Value is in the list") else Print("Value is not in the l...
by hb7of9
17 Sep 2023
Forum: MultiCharts
Topic: Can the ColorRGB Function be used in Functions? [SOLVED]
Replies: 2
Views: 378

Re: Can the ColorRGB Function be used in Functions? [SOLVED]

Ah, Ty ty:

Plot1(Open);
SetPlotColor(1, RGB(224, 160, 32));
by hb7of9
17 Sep 2023
Forum: MultiCharts
Topic: No orders are being closed [SOLVED]
Replies: 2
Views: 359

Re: No orders are being closed [SOLVED]

Thanks rrams -- much appreciated!
(not a 100% clear, yet, but you've pointed me in the right direction to work from :) )
by hb7of9
16 Sep 2023
Forum: MultiCharts
Topic: Set Study Test Parameters
Replies: 0
Views: 259

Set Study Test Parameters

Hi Guys :D
Screenshot 2023-09-17 121334.png
(309.66 KiB) Not downloaded yet
Screenshot 2023-09-17 121016.png
(289.42 KiB) Not downloaded yet
How do I programmatically set MC to:

- Set Interest rate to 0
- Set Initial Capital to 10,000
- Set Commission to $2 per trade
- Set allow Pyramiding, (Position limit to 50)
by hb7of9
16 Sep 2023
Forum: MultiCharts
Topic: Can the ColorRGB Function be used in Functions? [SOLVED]
Replies: 2
Views: 378

Can the ColorRGB Function be used in Functions? [SOLVED]

Can the ColorRGB Function be used in Functions?
Screenshot 2023-09-17 120754.png
(193.63 KiB) Not downloaded yet
by hb7of9
16 Sep 2023
Forum: MultiCharts
Topic: Why can't I see the ticker chart? [SOLVED]
Replies: 1
Views: 284

Re: Why can't I see the ticker chart? [SOLVED]

Solved, was a date issue -- no data
by hb7of9
16 Sep 2023
Forum: MultiCharts
Topic: How do I bulk change data provider? [SOLVED]
Replies: 1
Views: 299

Re: How do I bulk change data provider? [SOLVED]

Found out how :D :D :D :
Screenshot 2023-09-17 093415.png
(450.42 KiB) Not downloaded yet
by hb7of9
16 Sep 2023
Forum: MultiCharts
Topic: Is there is shortcut key to make the cursor go to the begining of the code? [SOLVED]
Replies: 2
Views: 345

Is there is shortcut key to make the cursor go to the begining of the code? [SOLVED]

Is there is shortcut key to make the cursor go to the beginning of the code
ccc.png
(133.12 KiB) Not downloaded yet
by hb7of9
15 Sep 2023
Forum: MultiCharts
Topic: How do I bulk change data provider? [SOLVED]
Replies: 1
Views: 299

How do I bulk change data provider? [SOLVED]

Meow-Lo :shock:

How do I bulk change the data provider?
Screenshot 2023-09-16 125515.png
(450.4 KiB) Not downloaded yet
by hb7of9
15 Sep 2023
Forum: MultiCharts
Topic: Why can't I see the ticker chart? [SOLVED]
Replies: 1
Views: 284

Why can't I see the ticker chart? [SOLVED]

Mornings :) 1 Why can't I see the ticker chart? Screenshot 2023-09-16 123835.png 2 Is there not a dark option for MC, everything is so white, and most apps/systems have dark options. I've checked but could not find anything, hopefully, there is an option for some plans to set that up in the future. ...
by hb7of9
15 Sep 2023
Forum: MultiCharts
Topic: How can I comment out multiple lines in the code editor? [SOLVED]
Replies: 3
Views: 510

How can I comment out multiple lines in the code editor? [SOLVED]

How can I comment out multiple lines in the code editor?
by hb7of9
15 Sep 2023
Forum: MultiCharts
Topic: strategy help
Replies: 3
Views: 485

Re: strategy help

I've tried ChatGPT for input on EasyLanguage, and its code out is utter trash, as in it never works or gives completely incorrect advice, you'd tell it why XYZ is incorrect and then it'll agree that's incorrect, but 2 minutes later give you the same incorrect code response. The best would be to brea...
by hb7of9
15 Sep 2023
Forum: MultiCharts
Topic: No orders are being closed [SOLVED]
Replies: 2
Views: 359

No orders are being closed [SOLVED]

Hey Guys :D I hope someone can shed a bit of light on this. Issue: I can see the code entering orders, but no trades are being closed. Variables: int TradeCount(0), string TradeString ("1"); TradeCount += 1; TradeString = NumToStr(TradeCount,0); Buy( TradeString ) 1 share next bar at market; Sell("P...

Go to advanced search