Search found 19 matches

by svfutures24
05 May 2024
Forum: MultiCharts
Topic: Query - Export Data With Indicator Values without using File --> Export?
Replies: 0
Views: 33

Query - Export Data With Indicator Values without using File --> Export?

I am unable to find information on this so I am posting it here. Hope someone can help. I am aware that MC has a feature of exporting data with indicators from the File Menu. However, I have a code file that allows me to export data: Inputs: iPrint(False), iFileName("C:\XYZ\ES_Data.csv"), iPrecision...
by svfutures24
02 May 2024
Forum: MultiCharts
Topic: FlexRenko Auto Strategy Query [SOLVED]
Replies: 2
Views: 122

Re: FlexRenko Auto Strategy Query [SOLVED]

Hi Vlada

Thanks for your reply back. I thought this would be a better approach, albeit a long and cumbersome road! Thanks :)
by svfutures24
30 Apr 2024
Forum: MultiCharts
Topic: FlexRenko Auto Strategy Query [SOLVED]
Replies: 2
Views: 122

FlexRenko Auto Strategy Query [SOLVED]

Hope everyone is doing well. I cannot find much information on here relating to FlexRenko bars and their automation. I suspect the reason for that is because it is so difficult to get true automation with anything outside of time-sync bars? It appears the best you can do is use "this bar on close" f...
by svfutures24
22 Apr 2024
Forum: MultiCharts
Topic: Custom Resolution Library?
Replies: 6
Views: 2438

Re: Custom Resolution Library?

It seems there was supposed to be FlexRenko Plugin added to the Custom Resolution Manager. I don't see it as an available Template to use when creating 'New'? I see options 1 through to 7 but do not see FlexRenko as a plugin template?
by svfutures24
15 Apr 2024
Forum: MultiCharts
Topic: Mouse Clicks & Rectangles - Code Included - Please Help? [SOLVED]
Replies: 1
Views: 173

Re: Mouse Clicks & Rectangles - Code Included - Please Help? [SOLVED]

I am unsure how to mark this as resolved. I have managed to code my own tool for the purpose I was after. For anyone interested, using mouseclick events and drawing tools help. You can store data of the bar number, ohlc data, etc. and perform relevant calculations.
by svfutures24
14 Apr 2024
Forum: MultiCharts
Topic: Parameters for Complex Chart Types from PL
Replies: 10
Views: 1434

Re: Parameters for Complex Chart Types from PL

I dont believe GV is only for rt.. If i back test-- and on chart 1 i get a buy signal-- put the var result into GV... Then on chart 2 it will see the GV and take a trade... I do use Global mode for playback... Im on mc14-- so in order to use Global Mode i have to close all my other charts to use pl...
by svfutures24
14 Apr 2024
Forum: MultiCharts
Topic: Using code, is it possible to get trend line drawn using manual Fib.
Replies: 6
Views: 1116

Re: Using code, is it possible to get trend line drawn using manual Fib.

Just to add to this discussion. I ended up coding out my custom mouseclick event tool that allowed me to code out some visual elements and control sizing, color, etc. Using the tool I was able to output other information too (image attached). If you need to create custom visual tools for Fibs, you c...
by svfutures24
14 Apr 2024
Forum: MultiCharts
Topic: Parameters for Complex Chart Types from PL
Replies: 10
Views: 1434

Re: Parameters for Complex Chart Types from PL

I am doing something similar-- and using Global Variables for this.. Set: AccuracySetNamedInt("Current",Current);// this is for int values AccuracySetNamedDouble("currentST",currentST );//double values Get: AccuracyGetNamedInt("Current",-1); AccuracyGetNamedDouble"Current",-1); So on chart 1 ill fu...
by svfutures24
13 Apr 2024
Forum: MultiCharts
Topic: Parameters for Complex Chart Types from PL
Replies: 10
Views: 1434

Re: Parameters for Complex Chart Types from PL

Thanks for the info above. What keywords are available for the FlexRenko charts? BarInterval works which reflects the "Resolution" but BoxSize returns 0. I also dont see anything for Reversal Offset or Trend Offset? I am trying to figur eotu how i can use either ADE or ELCollections to transmit sign...
by svfutures24
09 Apr 2024
Forum: MultiCharts
Topic: Power Language-Chart Trading Panel extension
Replies: 14
Views: 3384

Re: Power Language-Chart Trading Panel extension

Have there been further updates to this option at all? i.e. using DLL to create the toolbars and accessing chart trading pannel?
by svfutures24
24 Mar 2024
Forum: MultiCharts
Topic: Mouse Clicks & Rectangles - Code Included - Please Help? [SOLVED]
Replies: 1
Views: 173

Mouse Clicks & Rectangles - Code Included - Please Help? [SOLVED]

I was hoping someone could help me. I am trying to create a work around in PowerLanguage for a Fibonacci Tool. The idea is to register mouse clicks of two points - Swing Point A and Swing Point B. Calculate a given retracement and plot a rectangle filled color in that zone. Here is what I have so fa...
by svfutures24
23 Mar 2024
Forum: MultiCharts
Topic: Using code, is it possible to get trend line drawn using manual Fib.
Replies: 6
Views: 1116

Re: Using code, is it possible to get trend line drawn using manual Fib.

Is it possible to access Fibonacci Tool in the code? Controlling the color, thickness, transparency etc from code once plotted?
by svfutures24
23 Mar 2024
Forum: MultiCharts
Topic: VOTE FOR MC FEATURES TO BE IMPLEMENTED
Replies: 53
Views: 30907

Re: VOTE FOR MC FEATURES TO BE IMPLEMENTED

Agree ^^^ Transparent col / background required.
by svfutures24
13 Mar 2024
Forum: MultiCharts
Topic: Trade Copier
Replies: 14
Views: 1092

Re: Trade Copier

Would be an epic feature to have for sure!
by svfutures24
13 Mar 2024
Forum: MultiCharts
Topic: Simulated testing struggling after updating to 15
Replies: 4
Views: 359

Re: Simulated testing struggling after updating to 15

I had a similar experience both in standard and advanced version. But I was using 987 tick charts on NQ using Rithmic data feed. It speeds up but no where near as much as it should in my opinion. I could be waiting hours for an entire day to be played back.
by svfutures24
26 Feb 2024
Forum: MultiCharts
Topic: Is it possible to access indicator values across chart windows and workspaces in MC (PowerLanguage version)
Replies: 4
Views: 260

Re: Is it possible to access indicator values across chart windows and workspaces in MC (PowerLanguage version)

Hey Thanks for your reply TJ. Much appreciated. I'm unsure if I was clear in my initial. Transfer of data within the same chart is not want I want. Lets say I have 100 chart windows open across a few different work spaces. Each chart has a unique ticker loaded. And each chart will also have an indic...
by svfutures24
24 Feb 2024
Forum: MultiCharts
Topic: Is it possible to access indicator values across chart windows and workspaces in MC (PowerLanguage version)
Replies: 4
Views: 260

Is it possible to access indicator values across chart windows and workspaces in MC (PowerLanguage version)

Hi everyone I hope you're keeping well. I suppose this will be the first time posting on a topic properly. I've tried to search the discussion board and can't find anything related to this topic. I could be totally wrong. Please send me to a resource if need be. I will try to be clear on what I am a...
by svfutures24
31 Jan 2024
Forum: MultiCharts
Topic: Auto-trading
Replies: 0
Views: 142

Auto-trading

Hey, I'm unsure if this is the right place to ask and in fact probably a long shot. Have you used AHK to automate multiple chart executions? Let's suppose you have 5 Rithmic connections running and 5 charts open. Let's keep it simple and assume all 5 charts are for the MES Futures. If I place a buy ...

Go to advanced search