Search found 31 matches

by Tibouss
02 Apr 2024
Forum: MultiCharts
Topic: Alert -- If Realtime Data is Disconnected between time
Replies: 3
Views: 249

Re: Alert -- If Realtime Data is Disconnected between time

I found a solution, here is the code if someone is interested : [IntrabarOrderGeneration = true] Input: stime(1100), etime(1800); Vars: intrabarpersist counter(0), ii(0); Recalclastbarafter(5); counter = IFF(getappinfo(aicalcreason) = calcreason_timer, counter + 1, 0); if counter > 6 and time > stim...
by Tibouss
15 Mar 2024
Forum: MultiCharts
Topic: Alert -- If Realtime Data is Disconnected between time
Replies: 3
Views: 249

Re: Alert -- If Realtime Data is Disconnected between time

Actually i was using the code in the thread below : https://www.multicharts.com/discussion/viewtopic.php?f=5&t=11715 I'm using intrabarpersist because the alert is supposed to be triggered after 30 seconds of connections loss while i'm using a 5 minutes timeframe chart. I'm getting trouble to get th...
by Tibouss
13 Mar 2024
Forum: MultiCharts
Topic: Alert -- If Realtime Data is Disconnected between time
Replies: 3
Views: 249

Alert -- If Realtime Data is Disconnected between time

Hello I have some trouble to make this code active only during a certain stime slot. Actually i'm using session time between 15h to 22h but when i activate the code before 15h alerts are triggered. I tried to add some conditions but it doesn't change anything (code below). [IntrabarOrderGeneration =...
by Tibouss
28 Feb 2024
Forum: MultiCharts
Topic: Walmart (Free Quote) stock split 3:1 [SOLVED]
Replies: 2
Views: 185

Re: Walmart (Free Quote) stock split 3:1 [SOLVED]

Yes that's better after reloading the chart.

Many thanks for your help.

Have a great day!
by Tibouss
28 Feb 2024
Forum: MultiCharts
Topic: Walmart (Free Quote) stock split 3:1 [SOLVED]
Replies: 2
Views: 185

Walmart (Free Quote) stock split 3:1 [SOLVED]

Hello, The Walmart Inc. stock (Free quotes data provider, ticker : WMT) has recently been splited on the 26 february 2024 (3 for 1). The quotes prior to the split have been adjusted on the Yahoo website : https://fr.finance.yahoo.com/quote/WMT/history In Multicharts the datas before the split have n...
by Tibouss
17 Feb 2024
Forum: MultiCharts
Topic: PC Autotrading
Replies: 4
Views: 263

Re: PC Autotrading

I guess your computer turn to hibernation mode after some time. You can turn it off in the settings.

To run a daily bar strategy i don't think that a VPS is required.

But you can look at : https://chartvps.com/

I'm also interested if someone know other VPS providers.
by Tibouss
01 Feb 2024
Forum: MultiCharts
Topic: Turn ON/Off autotrading by code
Replies: 4
Views: 255

Re: Turn ON/Off autotrading by code

Hello, I tried this piece of code to turn off a strategy after a certain time (it is a bit confusing because the command takes more than 20 seconds to execute). if currenttime_s >=142040 then begin once begin CommandLine(".at_toggle"); end; end; I was wondering something, while turing off the strate...
by Tibouss
22 Jan 2024
Forum: MultiCharts
Topic: Autotrading account [SOLVED]
Replies: 6
Views: 427

Re: Autotrading account [SOLVED]

Thank you BB123, i was confused between data source and broker profile.
I create a new broker profile for the paper account.
by Tibouss
16 Jan 2024
Forum: MultiCharts
Topic: Autotrading account [SOLVED]
Replies: 6
Views: 427

Re: Autotrading account [SOLVED]

As sptrader said it is very useful to test your strategies in a paper account before running it live in production. Btw, i was wondering, can you run both a live and paper account simultaneously with IB? Because when you already have strategies in production, how could you test new strategies in a p...
by Tibouss
16 Jan 2024
Forum: MultiCharts
Topic: OCO orders limit price update with IB [SOLVED]
Replies: 2
Views: 249

Re: OCO orders limit price update with IB [SOLVED]

I tried with the latest version of Multicharts and it works well.

Thank you very much Kate!
by Tibouss
10 Jan 2024
Forum: MultiCharts
Topic: OCO orders limit price update with IB [SOLVED]
Replies: 2
Views: 249

OCO orders limit price update with IB [SOLVED]

Hello, I have a 5 minutes timeframe strategy which use OCO limit orders to open a position in auto trading AA mode. The strategy generates a "buy" and "sell short" order simultately (dummy code of the strategy below) : If MarketPosition = 0 and Longcondition and C > EntryprL then begin Buy("Limit-Lo...
by Tibouss
03 Dec 2023
Forum: MultiCharts
Topic: Micro E-mini Nasdaq- 100 @MNQ data retrieving
Replies: 5
Views: 613

Re: Micro E-mini Nasdaq- 100 @MNQ data retrieving

Hello,

Reloading the chart doesn't change anything.

Can you please give me the link to "Enable extending logging for TS"? I can't find it anywhere.

Many thanks in adavance.
by Tibouss
13 Nov 2023
Forum: MultiCharts
Topic: Micro E-mini Nasdaq- 100 @MNQ data retrieving
Replies: 5
Views: 613

Re: Micro E-mini Nasdaq- 100 @MNQ data retrieving

Thank you for your reply. Actually there is nothing in the TS Download Scheduler and everything is loaded correctly in TS. This issue occurs only with the @MNQ product. You will find enclosed the event log from the MC Quote manager (@MNQ datas 5 minutes timeframe from the 13/11/2023 to the 01/01/202...
by Tibouss
12 Nov 2023
Forum: MultiCharts
Topic: Micro E-mini Nasdaq- 100 @MNQ data retrieving
Replies: 5
Views: 613

Micro E-mini Nasdaq- 100 @MNQ data retrieving

Hello,

Does anyone experience issue loading TS datas for Micro E-mini Nasdaq- 100 @MNQ in Multicharts?

Multicharts stops loading correctly the datas before the 30 of august 2023 even though datas can be fully loaded before this date on TS.

Many thanks in advance.
by Tibouss
18 Aug 2023
Forum: MultiCharts
Topic: VPS/Cloud recommendations
Replies: 7
Views: 1923

Re: VPS/Cloud recommendations

Any update on VPS provider recommendations?
by Tibouss
17 Aug 2023
Forum: MultiCharts
Topic: Bug with Calculation of Signals... [SOLVED]
Replies: 10
Views: 3421

Re: Bug with Calculation of Signals... [SOLVED]

Actually the problem doesn't come from Multicharts or any of it's parameters, but from the datas. For example on a 5 min chart for a bar the low will be at X while using real time datas. Then, when you come back to the same chart and reload the datas the same low will ba at Y. Historical datas are a...
by Tibouss
05 Aug 2023
Forum: MultiCharts
Topic: Bug with Calculation of Signals... [SOLVED]
Replies: 10
Views: 3421

Re: Bug with Calculation of Signals... [SOLVED]

I never had the same trades between backtesting and live trading using IB data feed...
by Tibouss
12 Apr 2023
Forum: MultiCharts
Topic: Adaptrade Builder for Multicharts
Replies: 6
Views: 1023

Re: Adaptrade Builder for Multicharts

It is pretty annoying. I hope it doesn't happen for each strategy.
Thus it seems that future releases are free for one year and then any future release needs an extra cost...
by Tibouss
11 Apr 2023
Forum: MultiCharts
Topic: Adaptrade Builder for Multicharts
Replies: 6
Views: 1023

Re: Adaptrade Builder for Multicharts

Thank you for your feedback @Gregorian Actually i have also been interested by GSB, but it currently only support "This bar on close" orders. I want to develop strategies based on daily bars so it won't be usefull for me. Thus i have the impression that GSB is not yet mature and is mostly created fo...
by Tibouss
10 Apr 2023
Forum: MultiCharts
Topic: Adaptrade Builder for Multicharts
Replies: 6
Views: 1023

Adaptrade Builder for Multicharts

Hello,

Does anyone use or has been using Adaptrade Builder with Multicharts?
Any feedbacks?

Many thanks in adavance.
by Tibouss
09 Mar 2023
Forum: MultiCharts
Topic: Keeping SetStopLoss Static.
Replies: 5
Views: 666

Re: Keeping SetStopLoss Static.

If it could help. inputs: ATRLengthS (5), NumATRsS (5); variables: var1( 0 ); ATRStopLossValue( 0 ); condition3 = marketposition=0 and .... ; if condition3 then Buy ( "BBStochLE" ) next bar at market ; condition4 = marketposition=0 and ..... ; if condition4 then sellshort ( "BBStochDLX" ) next bar a...
by Tibouss
11 Dec 2022
Forum: MultiCharts
Topic: Easylanguage and ChatGPT
Replies: 2
Views: 1469

Easylanguage and ChatGPT

Hello everybody, I recently heard that the new chat bot from OpenAI called ChatGPT was able to generate Python or Java script code. Does anyone tried to ask ChatGPT if it was able to generate Easylanguage code? Actually this AI is trained with pieces of code from GitHub and there are some Easylangua...
by Tibouss
07 Nov 2022
Forum: MultiCharts
Topic: Machine learning
Replies: 2
Views: 463

Re: Machine learning

Actually i think there is a missconception relating AI to Machine Learning. Machine Learning in term of trading is only applying a regression model to a set of datas. It just help the user to analyze more datas than any human could do. Calling this AI is a missunderstanding.... Machine Learning is a...
by Tibouss
07 Nov 2022
Forum: MultiCharts
Topic: Machine learning
Replies: 2
Views: 463

Machine learning

Hello everybody, Creating a systematic algorithmic investing or trading strategy is actually Machine Learning business. For those who are interested by the theory you will find here very interesting ressources from google https://developers.google.com/machine-learning/ The crash course is especially...
by Tibouss
30 Jul 2022
Forum: MultiCharts
Topic: IB new API problem with DJ600 Future?
Replies: 7
Views: 1071

Re: IB new API problem with DJ600 Future?

Thank you for your reply.
@dahmen walter did you exeperience some problems with data after this modification?
In fact for Euro-Bobl Futures (FGBM) continuous contract some entire days of datas are missing.
Did you get such issue?
by Tibouss
28 Jun 2022
Forum: MultiCharts
Topic: ATR at entry price [SOLVED]
Replies: 5
Views: 1024

Re: ATR at entry price [SOLVED]

Thank you very much!! You will find the entire code below : inputs: ATRLengthS (5), NumATRsS (5); variables: var1( 0 ); ATRStopLossValue( 0 ); condition3 = marketposition=0 and .... ; if condition3 then Buy ( "BBStochLE" ) next bar at market ; condition4 = marketposition=0 and ..... ; if condition4 ...
by Tibouss
08 Jun 2022
Forum: MultiCharts
Topic: Fixed ATR stop loss
Replies: 1
Views: 421

Re: Fixed ATR stop loss

I get the answer. I post it here if someone might be interested : inputs: ATRLengthS (5), NumATRsS (5); variables: var1( 0 ); ATRStopLossValue( 0 ); condition3 = marketposition=0 and .... ; if condition3 then Buy ( "BBStochLE" ) next bar at market ; condition4 = marketposition=0 and ..... ; if condi...
by Tibouss
07 Jun 2022
Forum: MultiCharts
Topic: Fixed ATR stop loss
Replies: 1
Views: 421

Fixed ATR stop loss

Hello I use an ATR for my stop loss. The problem is that the stop loss is recalculated after every bar. I would like to have a fixed ATR stop loss based on the ATR value when the trade is initiated and which will remain fixed until the trade end. The current code is like this (simplified code) : inp...
by Tibouss
30 May 2022
Forum: MultiCharts
Topic: Realtime vs backtest mismatch problem [SOLVED]
Replies: 22
Views: 9192

Re: Realtime vs backtest mismatch problem [SOLVED]

Hello I have the same problem, i'm using IB Data for a strategy with data 1 = 1 minute and data2 = 5 minutes. I have some trades with live data in work forward testing (not live trading) and when i open the platform again the trades are totally different. Adding "if barstatus(2) = 2 then" to my stra...
by Tibouss
28 May 2022
Forum: MultiCharts
Topic: Walk Forward Optimization Use
Replies: 2
Views: 637

Re: Walk Forward Optimization Use

Thank you, in fact i already saw these videos which are very good! In fact the purpose of this topic is to share feedbacks with each other. I guess there is not an only method to test the robustness of a strategy by walk forward optimisation, so i thought that maybe it might be good to share our fee...
by Tibouss
26 May 2022
Forum: MultiCharts
Topic: Walk Forward Optimization Use
Replies: 2
Views: 637

Walk Forward Optimization Use

Hello everybody, I would like to have some feedbacks from Multicharts users to know how do you use the Walk Forward Optimization tool. In fact i'm a little bit confused by this tool. Maybe i'm using it not correctly and i get some trouble to use it. I would like to know for example if you use it sys...

Go to advanced search