<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Gekko Forum - Technical Discussion]]></title>
		<link>https://forum.gekko.wizb.it/</link>
		<description><![CDATA[Gekko Forum - https://forum.gekko.wizb.it]]></description>
		<pubDate>Fri, 24 Apr 2026 15:10:39 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Live Gekkos after restart]]></title>
			<link>https://forum.gekko.wizb.it/thread-58520.html</link>
			<pubDate>Mon, 05 Apr 2021 21:04:40 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58520.html</guid>
			<description><![CDATA[Is there a way to keep live gekkos going after i restart my raspberry pi?<br />
I have noticed whenever i restart i have to manually restart my live gekkos and wait for the warmup to finish.<br />
Is there a way around having to restart my live gekkos or at least the warmup? Be gentile I am a beginner.]]></description>
			<content:encoded><![CDATA[Is there a way to keep live gekkos going after i restart my raspberry pi?<br />
I have noticed whenever i restart i have to manually restart my live gekkos and wait for the warmup to finish.<br />
Is there a way around having to restart my live gekkos or at least the warmup? Be gentile I am a beginner.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How does Gekko look backwards?]]></title>
			<link>https://forum.gekko.wizb.it/thread-58325.html</link>
			<pubDate>Mon, 18 Jan 2021 16:48:42 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58325.html</guid>
			<description><![CDATA[Hi there,<br />
<br />
i wonder, if and how Gekko looks backwards and could use "macro-data". <br />
<br />
As i understand, Gekko starts collecting candles, when it starts to trade. However, this might not make sense, given the fact, that all historical information can be imported for backtesting purposes. Wouldn't it be possible that the bot imports such information (i.e. to have a EMA-200 ready instantly)?<br />
<br />
I would like to include the distance to all-time-high and all-time-low into account in my strategy. Furthermore, i would be interested if it is possible that Gekko, additionally to looking at the predefined candles (e.g. daily), could additionally interpret data on a monthly basis. How does Gekko store all information and would it be possible to read from an external source?<br />
<br />
Best,<br />
<br />
MR PDR]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
i wonder, if and how Gekko looks backwards and could use "macro-data". <br />
<br />
As i understand, Gekko starts collecting candles, when it starts to trade. However, this might not make sense, given the fact, that all historical information can be imported for backtesting purposes. Wouldn't it be possible that the bot imports such information (i.e. to have a EMA-200 ready instantly)?<br />
<br />
I would like to include the distance to all-time-high and all-time-low into account in my strategy. Furthermore, i would be interested if it is possible that Gekko, additionally to looking at the predefined candles (e.g. daily), could additionally interpret data on a monthly basis. How does Gekko store all information and would it be possible to read from an external source?<br />
<br />
Best,<br />
<br />
MR PDR]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What signal ranges does Bluetooth 5.0 offer?]]></title>
			<link>https://forum.gekko.wizb.it/thread-58294.html</link>
			<pubDate>Mon, 28 Dec 2020 13:33:35 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58294.html</guid>
			<description><![CDATA[Unlike its previous counterpart, Bluetooth 5.0 offers four different data rates to accommodate different ranges of transmissions such as 2Mbps, 1Mbps, 500kps, and 125 kps. This was determined by expert <a href="https://www.branex.ca/mobile-app-development/" target="_blank" rel="noopener" class="mycode_url">app developers Canada</a>.]]></description>
			<content:encoded><![CDATA[Unlike its previous counterpart, Bluetooth 5.0 offers four different data rates to accommodate different ranges of transmissions such as 2Mbps, 1Mbps, 500kps, and 125 kps. This was determined by expert <a href="https://www.branex.ca/mobile-app-development/" target="_blank" rel="noopener" class="mycode_url">app developers Canada</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Gekko Install Issue]]></title>
			<link>https://forum.gekko.wizb.it/thread-58104.html</link>
			<pubDate>Tue, 09 Jun 2020 18:46:38 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58104.html</guid>
			<description><![CDATA[I'm installing Gekko on Windows 10. I've installed nodejs and git correctly(I believe), and when I install the dependencies after downloading gekko through git commands I get this error message:<br />
<br />
C:\Users\baldi\gekko&gt;npm install --only=production<br />
<br />
&gt; sqlite3@4.0.4 install C:\Users\baldi\gekko\node_modules\sqlite3<br />
&gt; node-pre-gyp install --fallback-to-build<br />
<br />
node-pre-gyp WARN Using request for node-pre-gyp https download<br />
node-pre-gyp WARN Tried to download(403): <a href="https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.4/node-v72-win32-x64.tar.gz" target="_blank" rel="noopener" class="mycode_url">https://mapbox-node-binary.s3.amazonaws....x64.tar.gz</a><br />
node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.0.4 and node@12.18.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)<br />
node-pre-gyp WARN Pre-built binaries not installable for sqlite3@4.0.4 and node@12.18.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)<br />
node-pre-gyp WARN Hit error Connection closed while downloading tarball file<br />
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.<br />
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(378,<br />
5): error MSB8020: The build tools for Visual Studio 2015 (Platform Toolset = 'v140') cannot be found. To build using t<br />
he v140 build tools, please install Visual Studio 2015 build tools.  Alternatively, you may upgrade to the current Visu<br />
al Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\<br />
Users\baldi\gekko\node_modules\sqlite3\build\deps\action_before_build.vcxproj]<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(378,<br />
5): error MSB8020: The build tools for Visual Studio 2015 (Platform Toolset = 'v140') cannot be found. To build using t<br />
he v140 build tools, please install Visual Studio 2015 build tools.  Alternatively, you may upgrade to the current Visu<br />
al Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\<br />
Users\baldi\gekko\node_modules\sqlite3\build\deps\action_before_build.vcxproj]<br />
gyp ERR! build error<br />
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1<br />
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)<br />
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)<br />
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)<br />
gyp ERR! System Windows_NT 10.0.17763<br />
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64" "--napi_version=6" "--node_abi_napi=napi"<br />
gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3<br />
gypgyp ERR! node -v v12.18.0<br />
gyp  ERR!ERR!  node-gyp -v v5.1.0<br />
build errorgyp<br />
 ERR!gyp  not ok<br />
ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1<br />
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)<br />
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)<br />
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)<br />
gyp ERR! System Windows_NT 10.0.17763<br />
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64" "--napi_version=6" "--node_abi_napi=napi"<br />
gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3<br />
gyp node-pre-gypERR!  node -vERR! v12.18.0<br />
 gypbuild error<br />
ERR! node-pre-gypnode-gyp -v  v5.1.0<br />
ERR!gyp  stackERR! Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64 --napi_version=6 --node_abi_napi=napi' (1)<br />
 node-pre-gypnot ok<br />
ERR! stack     at ChildProcess.&lt;anonymous&gt; (C:\Users\baldi\gekko\node_modules\node-pre-gyp\lib\util\compile.js:83:29)<br />
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)<br />
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)<br />
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)<br />
node-pre-gyp ERR! System Windows_NT 10.0.17763<br />
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\baldi\\gekko\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"<br />
node-pre-gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3<br />
node-pre-gyp ERR! node -v v12.18.0<br />
node-pre-gyp ERR! node-pre-gyp -v v0.10.3<br />
node-pre-gyp ERR! not ok<br />
Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64 --napi_version=6 --node_abi_napi=napi' (1)<br />
npm ERR! code ELIFECYCLE<br />
npm ERR! errno 1<br />
npm ERR! sqlite3@4.0.4 install: `node-pre-gyp install --fallback-to-build`<br />
npm ERR! Exit status 1<br />
npm ERR!<br />
npm ERR! Failed at the sqlite3@4.0.4 install script.<br />
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.<br />
<br />
npm ERR! A complete log of this run can be found in:<br />
npm ERR!     C:\Users\baldi\AppData\Roaming\npm-cache\_logs\2020-06-09T21_46_04_806Z-debug.log<br />
<br />
What am I doing wrong?]]></description>
			<content:encoded><![CDATA[I'm installing Gekko on Windows 10. I've installed nodejs and git correctly(I believe), and when I install the dependencies after downloading gekko through git commands I get this error message:<br />
<br />
C:\Users\baldi\gekko&gt;npm install --only=production<br />
<br />
&gt; sqlite3@4.0.4 install C:\Users\baldi\gekko\node_modules\sqlite3<br />
&gt; node-pre-gyp install --fallback-to-build<br />
<br />
node-pre-gyp WARN Using request for node-pre-gyp https download<br />
node-pre-gyp WARN Tried to download(403): <a href="https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.4/node-v72-win32-x64.tar.gz" target="_blank" rel="noopener" class="mycode_url">https://mapbox-node-binary.s3.amazonaws....x64.tar.gz</a><br />
node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.0.4 and node@12.18.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)<br />
node-pre-gyp WARN Pre-built binaries not installable for sqlite3@4.0.4 and node@12.18.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)<br />
node-pre-gyp WARN Hit error Connection closed while downloading tarball file<br />
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.<br />
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(378,<br />
5): error MSB8020: The build tools for Visual Studio 2015 (Platform Toolset = 'v140') cannot be found. To build using t<br />
he v140 build tools, please install Visual Studio 2015 build tools.  Alternatively, you may upgrade to the current Visu<br />
al Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\<br />
Users\baldi\gekko\node_modules\sqlite3\build\deps\action_before_build.vcxproj]<br />
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(378,<br />
5): error MSB8020: The build tools for Visual Studio 2015 (Platform Toolset = 'v140') cannot be found. To build using t<br />
he v140 build tools, please install Visual Studio 2015 build tools.  Alternatively, you may upgrade to the current Visu<br />
al Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\<br />
Users\baldi\gekko\node_modules\sqlite3\build\deps\action_before_build.vcxproj]<br />
gyp ERR! build error<br />
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1<br />
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)<br />
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)<br />
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)<br />
gyp ERR! System Windows_NT 10.0.17763<br />
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64" "--napi_version=6" "--node_abi_napi=napi"<br />
gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3<br />
gypgyp ERR! node -v v12.18.0<br />
gyp  ERR!ERR!  node-gyp -v v5.1.0<br />
build errorgyp<br />
 ERR!gyp  not ok<br />
ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1<br />
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)<br />
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)<br />
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)<br />
gyp ERR! System Windows_NT 10.0.17763<br />
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64" "--napi_version=6" "--node_abi_napi=napi"<br />
gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3<br />
gyp node-pre-gypERR!  node -vERR! v12.18.0<br />
 gypbuild error<br />
ERR! node-pre-gypnode-gyp -v  v5.1.0<br />
ERR!gyp  stackERR! Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64 --napi_version=6 --node_abi_napi=napi' (1)<br />
 node-pre-gypnot ok<br />
ERR! stack     at ChildProcess.&lt;anonymous&gt; (C:\Users\baldi\gekko\node_modules\node-pre-gyp\lib\util\compile.js:83:29)<br />
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)<br />
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)<br />
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)<br />
node-pre-gyp ERR! System Windows_NT 10.0.17763<br />
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\baldi\\gekko\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"<br />
node-pre-gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3<br />
node-pre-gyp ERR! node -v v12.18.0<br />
node-pre-gyp ERR! node-pre-gyp -v v0.10.3<br />
node-pre-gyp ERR! not ok<br />
Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64 --napi_version=6 --node_abi_napi=napi' (1)<br />
npm ERR! code ELIFECYCLE<br />
npm ERR! errno 1<br />
npm ERR! sqlite3@4.0.4 install: `node-pre-gyp install --fallback-to-build`<br />
npm ERR! Exit status 1<br />
npm ERR!<br />
npm ERR! Failed at the sqlite3@4.0.4 install script.<br />
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.<br />
<br />
npm ERR! A complete log of this run can be found in:<br />
npm ERR!     C:\Users\baldi\AppData\Roaming\npm-cache\_logs\2020-06-09T21_46_04_806Z-debug.log<br />
<br />
What am I doing wrong?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using Docker and how could I get access to files?]]></title>
			<link>https://forum.gekko.wizb.it/thread-58099.html</link>
			<pubDate>Fri, 05 Jun 2020 14:45:10 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58099.html</guid>
			<description><![CDATA[Hi at all,<br />
<br />
I have a NAS, which allows to run Docker-Cotainer. Finally I figured out, how i can run Gekko / GreenGekko.<br />
<br />
<br />
Some Papertrading Bots are working (in most results with negative PnL ;-) )<br />
<br />
How can I edit files e.g. config or strategies? Or use Plugins e.g. TelegramBot?<br />
<br />
In the UI is no option for this.<br />
<br />
Which folder should I mount as a Volume? Or how i can interact with Gekko? I still confused.<br />
<br />
I am a Windows-User, so i thought it is a good idea to use a Container for the *nix stuff.<br />
<br />
And which Docker-Container is maintained e.g. a green Gekko<br />
<br />
Or is there a more common fork out there?<br />
<br />
<br />
Many questions, i hope for some answers.<br />
<br />
Thanks<br />
<br />
maal]]></description>
			<content:encoded><![CDATA[Hi at all,<br />
<br />
I have a NAS, which allows to run Docker-Cotainer. Finally I figured out, how i can run Gekko / GreenGekko.<br />
<br />
<br />
Some Papertrading Bots are working (in most results with negative PnL ;-) )<br />
<br />
How can I edit files e.g. config or strategies? Or use Plugins e.g. TelegramBot?<br />
<br />
In the UI is no option for this.<br />
<br />
Which folder should I mount as a Volume? Or how i can interact with Gekko? I still confused.<br />
<br />
I am a Windows-User, so i thought it is a good idea to use a Container for the *nix stuff.<br />
<br />
And which Docker-Container is maintained e.g. a green Gekko<br />
<br />
Or is there a more common fork out there?<br />
<br />
<br />
Many questions, i hope for some answers.<br />
<br />
Thanks<br />
<br />
maal]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I need clarify some things]]></title>
			<link>https://forum.gekko.wizb.it/thread-58092.html</link>
			<pubDate>Wed, 27 May 2020 10:24:10 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58092.html</guid>
			<description><![CDATA[Hi guys. I'm new to gekko, but i'm not new to programming. And i'm writing my first strategy)<br />
<br />
I not found answering for my question about strategy writing.<br />
<br />
There is <span style="font-weight: bold;" class="mycode_b">method.check</span> and some logic inside. If my logic is correct - i want place order. I'm using that method <span style="font-weight: bold;" class="mycode_b">this.advice('long'/'short'). </span>But there are two moments:<br />
 a. Paper trader simulate order to the next candle, not current<br />
 b. where/how i could specify order limits (amount/stop-loss)<br />
<br />
In standard example my order exposed in 6 days. But in real it have to be exposed in 3 hours. How i could achieve thats?]]></description>
			<content:encoded><![CDATA[Hi guys. I'm new to gekko, but i'm not new to programming. And i'm writing my first strategy)<br />
<br />
I not found answering for my question about strategy writing.<br />
<br />
There is <span style="font-weight: bold;" class="mycode_b">method.check</span> and some logic inside. If my logic is correct - i want place order. I'm using that method <span style="font-weight: bold;" class="mycode_b">this.advice('long'/'short'). </span>But there are two moments:<br />
 a. Paper trader simulate order to the next candle, not current<br />
 b. where/how i could specify order limits (amount/stop-loss)<br />
<br />
In standard example my order exposed in 6 days. But in real it have to be exposed in 3 hours. How i could achieve thats?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[gekko installing on rasberrypi 3]]></title>
			<link>https://forum.gekko.wizb.it/thread-58058.html</link>
			<pubDate>Mon, 20 Jan 2020 23:21:50 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58058.html</guid>
			<description><![CDATA[Just learned it wont install on the official distro by default.<br />
You need to make space for it first : <a href="https://github.com/raspberrycoulis/remove-bloat" target="_blank" rel="noopener" class="mycode_url">https://github.com/raspberrycoulis/remove-bloat</a>  (removing office etc to get yourself some GB ).<br />
<br />
Now i got it working<br />
<br />
another tip its easier to coppy all install commands from the web so you wont create typo's]]></description>
			<content:encoded><![CDATA[Just learned it wont install on the official distro by default.<br />
You need to make space for it first : <a href="https://github.com/raspberrycoulis/remove-bloat" target="_blank" rel="noopener" class="mycode_url">https://github.com/raspberrycoulis/remove-bloat</a>  (removing office etc to get yourself some GB ).<br />
<br />
Now i got it working<br />
<br />
another tip its easier to coppy all install commands from the web so you wont create typo's]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[whats the locatoin of the database (delete wrong entries)]]></title>
			<link>https://forum.gekko.wizb.it/thread-58057.html</link>
			<pubDate>Sun, 19 Jan 2020 23:23:00 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58057.html</guid>
			<description><![CDATA[I got wrong data downloaded, and whish to delete the downloaded market, where is the DB file located ?.<br />
Does some config file mention it ?]]></description>
			<content:encoded><![CDATA[I got wrong data downloaded, and whish to delete the downloaded market, where is the DB file located ?.<br />
Does some config file mention it ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[error exchange]]></title>
			<link>https://forum.gekko.wizb.it/thread-58051.html</link>
			<pubDate>Sun, 29 Dec 2019 21:38:39 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58051.html</guid>
			<description><![CDATA[<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">Dies ist Gekko mit dem folgenden Fehler abgestürzt: {"name": "ExchangeError", "message": {}}</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">kann mir da wer helfen?</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">can somebody help me?</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">THX</span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">Dies ist Gekko mit dem folgenden Fehler abgestürzt: {"name": "ExchangeError", "message": {}}</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">kann mir da wer helfen?</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">can somebody help me?</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font">THX</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issue: 502 Bad Gateway when Backtesting]]></title>
			<link>https://forum.gekko.wizb.it/thread-58048.html</link>
			<pubDate>Mon, 09 Dec 2019 13:33:43 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58048.html</guid>
			<description><![CDATA[Hello,<br />
<br />
I am running<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font"> Gekko v0.6.8 and Gekko UI v0.2.3 and use Nginx as a reverse proxy.</span></span><br />
I am encountering an issue when backtesting on bigger time ranges.<br />
I did a backtest on a 11 month date range for USD &lt;-&gt; XRP on binance.<br />
When I choose a range smaller than 1 month, the backtest works just fine.<br />
If I choose a bigger range, the client gets an 502 Bad Gateway from my nginx.<br />
<br />
The nginx error log says:<br />
2019/12/09 08:26:40 [error] 3116#3116: *325 connect() failed (111: Connection refused) while connecting to upstream, client: 46.189.28.77, server: _, request: "GET /app.5e99ecf7.js.map HTTP/1.1", upstream: "http://[::1]:3001/app.5e99ecf7.js.map", host: "censored.com"<br />
<br />
2019/12/09 08:26:44 [error] 3116#3116: *236 upstream prematurely closed connection while reading response header from upstream, client: 46.189.28.77, server: _, request: "POST /api/backtest HTTP/1.1", upstream: "http://127.0.0.1:3001/api/backtest", host: "censored.com", referrer: "http://censored.com/"<br />
<br />
<br />
Using the RSI_BB_ADX_PEAK strategy with following params:<br />
# SMA Trends<br />
SMA_long = 220<br />
SMA_short = 21<br />
<br />
# BULL<br />
BULL_RSI = 29<br />
BULL_RSI_high = 76<br />
BULL_RSI_low = 31<br />
<br />
# BEAR<br />
BEAR_RSI = 27<br />
BEAR_RSI_high = 55<br />
BEAR_RSI_low = 24<br />
<br />
# MODIFY RSI (depending on ADX)<br />
BULL_MOD_high = 7<br />
BULL_MOD_low = -10<br />
BEAR_MOD_high = 21<br />
BEAR_MOD_low = -7<br />
<br />
# ADX<br />
ADX = 17<br />
ADX_high = 75<br />
ADX_low = 26<br />
<br />
# Stop Loss<br />
Stop_Loss_Percent = 15<br />
<br />
<br />
With candle size of 5 minutes and a warmup of 220.<br />
<br />
Is there anybody having the same issues and / or knowing a solution for it?<br />
<br />
Thank you in advance]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I am running<span style="font-size: medium;" class="mycode_size"><span style="font-family: HelveticaNeue-Light,;" class="mycode_font"> Gekko v0.6.8 and Gekko UI v0.2.3 and use Nginx as a reverse proxy.</span></span><br />
I am encountering an issue when backtesting on bigger time ranges.<br />
I did a backtest on a 11 month date range for USD &lt;-&gt; XRP on binance.<br />
When I choose a range smaller than 1 month, the backtest works just fine.<br />
If I choose a bigger range, the client gets an 502 Bad Gateway from my nginx.<br />
<br />
The nginx error log says:<br />
2019/12/09 08:26:40 [error] 3116#3116: *325 connect() failed (111: Connection refused) while connecting to upstream, client: 46.189.28.77, server: _, request: "GET /app.5e99ecf7.js.map HTTP/1.1", upstream: "http://[::1]:3001/app.5e99ecf7.js.map", host: "censored.com"<br />
<br />
2019/12/09 08:26:44 [error] 3116#3116: *236 upstream prematurely closed connection while reading response header from upstream, client: 46.189.28.77, server: _, request: "POST /api/backtest HTTP/1.1", upstream: "http://127.0.0.1:3001/api/backtest", host: "censored.com", referrer: "http://censored.com/"<br />
<br />
<br />
Using the RSI_BB_ADX_PEAK strategy with following params:<br />
# SMA Trends<br />
SMA_long = 220<br />
SMA_short = 21<br />
<br />
# BULL<br />
BULL_RSI = 29<br />
BULL_RSI_high = 76<br />
BULL_RSI_low = 31<br />
<br />
# BEAR<br />
BEAR_RSI = 27<br />
BEAR_RSI_high = 55<br />
BEAR_RSI_low = 24<br />
<br />
# MODIFY RSI (depending on ADX)<br />
BULL_MOD_high = 7<br />
BULL_MOD_low = -10<br />
BEAR_MOD_high = 21<br />
BEAR_MOD_low = -7<br />
<br />
# ADX<br />
ADX = 17<br />
ADX_high = 75<br />
ADX_low = 26<br />
<br />
# Stop Loss<br />
Stop_Loss_Percent = 15<br />
<br />
<br />
With candle size of 5 minutes and a warmup of 220.<br />
<br />
Is there anybody having the same issues and / or knowing a solution for it?<br />
<br />
Thank you in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error compiling gekko bot please help!!!!!!]]></title>
			<link>https://forum.gekko.wizb.it/thread-58044.html</link>
			<pubDate>Sat, 23 Nov 2019 09:22:02 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58044.html</guid>
			<description><![CDATA[While trying to compile gekko bot under manjaro linux I the error I get please any suggestion?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.gekko.wizb.it/images/attachtypes/image.png" title="JPEG Image" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=406" target="_blank" title="">WhatsApp Image 2019-11-22 at 12.16.18 (1).jpeg</a> (Size: 258.25 KB / Downloads: 16)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[While trying to compile gekko bot under manjaro linux I the error I get please any suggestion?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.gekko.wizb.it/images/attachtypes/image.png" title="JPEG Image" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=406" target="_blank" title="">WhatsApp Image 2019-11-22 at 12.16.18 (1).jpeg</a> (Size: 258.25 KB / Downloads: 16)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Show OHLC graph when Backtesting]]></title>
			<link>https://forum.gekko.wizb.it/thread-58043.html</link>
			<pubDate>Wed, 20 Nov 2019 23:21:58 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58043.html</guid>
			<description><![CDATA[Hi, as far as i can see there is no possibility in the current version to show a OHLC graph when backtesting. <br />
This would really be useful when developing strategies. <br />
<br />
Where do i need to look when i want to add a OHLC graph in the code. <br />
<br />
As far as i can tell the charts are being made in :<br />
<br />
gekko/web/vue/src/d3/chart3.js<br />
<br />
so i would need to create a similar setup which renders a OHLC chart.<br />
But from where does the chart3.js function get the data needed to chart?]]></description>
			<content:encoded><![CDATA[Hi, as far as i can see there is no possibility in the current version to show a OHLC graph when backtesting. <br />
This would really be useful when developing strategies. <br />
<br />
Where do i need to look when i want to add a OHLC graph in the code. <br />
<br />
As far as i can tell the charts are being made in :<br />
<br />
gekko/web/vue/src/d3/chart3.js<br />
<br />
so i would need to create a similar setup which renders a OHLC chart.<br />
But from where does the chart3.js function get the data needed to chart?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issue : sometimes, Gekko only sells part of portfolio]]></title>
			<link>https://forum.gekko.wizb.it/thread-58035.html</link>
			<pubDate>Mon, 11 Nov 2019 18:56:12 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58035.html</guid>
			<description><![CDATA[Greetings,<br />
<br />
This is my first post/thread on this forum, I'm glad such a community exists !<br />
<br />
I've been running a tradebot since a couple of weeks now, and i'm facing an issue when Gekko tries to sell my portofolio.<br />
<br />
Sometimes, only a part of my assets is sold, and then... nothing...<br />
The tradabot is still running, but no errors shown in log, no roundtrip information, not even a red dot on the chart.<br />
And the worst : no more trades<br />
<br />
Then, I waste hours and days. <br />
Even if a buy or sell condition seems to be triggered, nah, just my market watcher updating and nothing more...<br />
My bot becomes zombified, and I have to restart a new one.<br />
<br />
I'm using, I guess, the latest version of Gekko v0.6.8, on Linux Mint, my exchange is Kraken, on EUR/BTC<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Is this issue known</span> ? And is there anything to do to get fix it ?<br />
<br />
Thanks for your answers and support !]]></description>
			<content:encoded><![CDATA[Greetings,<br />
<br />
This is my first post/thread on this forum, I'm glad such a community exists !<br />
<br />
I've been running a tradebot since a couple of weeks now, and i'm facing an issue when Gekko tries to sell my portofolio.<br />
<br />
Sometimes, only a part of my assets is sold, and then... nothing...<br />
The tradabot is still running, but no errors shown in log, no roundtrip information, not even a red dot on the chart.<br />
And the worst : no more trades<br />
<br />
Then, I waste hours and days. <br />
Even if a buy or sell condition seems to be triggered, nah, just my market watcher updating and nothing more...<br />
My bot becomes zombified, and I have to restart a new one.<br />
<br />
I'm using, I guess, the latest version of Gekko v0.6.8, on Linux Mint, my exchange is Kraken, on EUR/BTC<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Is this issue known</span> ? And is there anything to do to get fix it ?<br />
<br />
Thanks for your answers and support !]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Command line to only buy or sell at]]></title>
			<link>https://forum.gekko.wizb.it/thread-58027.html</link>
			<pubDate>Tue, 29 Oct 2019 22:13:23 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58027.html</guid>
			<description><![CDATA[Helllo World ! <br />
no it's not a web test <img src="https://forum.gekko.wizb.it/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
i feel strange, because i think  that my goal is super basic and curiously it appears to me super difficult !<br />
i've been google plenty and i can't find an easy way to tell gekko by command line :   buy that binance pair at that value or sell it <br />
<br />
Surely i missed the correct post or thread, but would be so great to find some help <img src="https://forum.gekko.wizb.it/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
Thank you neighbors]]></description>
			<content:encoded><![CDATA[Helllo World ! <br />
no it's not a web test <img src="https://forum.gekko.wizb.it/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
i feel strange, because i think  that my goal is super basic and curiously it appears to me super difficult !<br />
i've been google plenty and i can't find an easy way to tell gekko by command line :   buy that binance pair at that value or sell it <br />
<br />
Surely i missed the correct post or thread, but would be so great to find some help <img src="https://forum.gekko.wizb.it/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
Thank you neighbors]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to retrieve balance]]></title>
			<link>https://forum.gekko.wizb.it/thread-58011.html</link>
			<pubDate>Sat, 14 Sep 2019 13:45:24 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58011.html</guid>
			<description><![CDATA[So far I've not seen any strategy looking at the personal balance, or any coding example.<br />
ea all  gains of trades are estimated upon candle.close math<br />
<br />
Which is nice but at some point one could be trough all his/her invested money.<br />
So my question how to retrieve the current balance (after a short).<br />
<br />
Also where to set the starting balance.<br />
<br />
Otherwise, lots of strategies dont make sense, i mean it's nice to have invested 1000 euro.<br />
But when one loses 1500 euro in a trade and then next make 3000 profit then that could never have happened (since you where broke allready).<br />
<br />
It seems quite vital to know the current balance.<br />
And i would like to handle this in my strategies.]]></description>
			<content:encoded><![CDATA[So far I've not seen any strategy looking at the personal balance, or any coding example.<br />
ea all  gains of trades are estimated upon candle.close math<br />
<br />
Which is nice but at some point one could be trough all his/her invested money.<br />
So my question how to retrieve the current balance (after a short).<br />
<br />
Also where to set the starting balance.<br />
<br />
Otherwise, lots of strategies dont make sense, i mean it's nice to have invested 1000 euro.<br />
But when one loses 1500 euro in a trade and then next make 3000 profit then that could never have happened (since you where broke allready).<br />
<br />
It seems quite vital to know the current balance.<br />
And i would like to handle this in my strategies.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Whats the correct way to pass information from plugin to indicator]]></title>
			<link>https://forum.gekko.wizb.it/thread-58004.html</link>
			<pubDate>Tue, 10 Sep 2019 10:52:17 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58004.html</guid>
			<description><![CDATA[Hi there,<br />
<br />
I have an async plugin that loads some information that is to be used by an indicator. So the indicator depends on that plugin. <br />
<br />
How to correctly pass information from plugin to the indicator in this framework without having to resort to global variable hackery?<br />
<br />
Thanks!<br />
<br />
Cheers,<br />
<br />
<br />
M]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
I have an async plugin that loads some information that is to be used by an indicator. So the indicator depends on that plugin. <br />
<br />
How to correctly pass information from plugin to the indicator in this framework without having to resort to global variable hackery?<br />
<br />
Thanks!<br />
<br />
Cheers,<br />
<br />
<br />
M]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Plugin execution order]]></title>
			<link>https://forum.gekko.wizb.it/thread-58003.html</link>
			<pubDate>Tue, 10 Sep 2019 10:24:56 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58003.html</guid>
			<description><![CDATA[Hi there,<br />
<br />
I'd like to create a plugin that acts as an advisor to my strategy. So ideally it should be updated before the strategy gets updated. This way the plugin might decide to fire off an event to which the strat is subscribed and then in the update of the strategy it uses the result of the plugin.<br />
<br />
However I noticed that plugins seem to be updated <span style="font-weight: bold;" class="mycode_b">after </span>the strat update() and check() methods. I can add some hackery in the code to change execution code for particular plugins, but chances are that I'm probably doing something wrong. <br />
<br />
So the question is: how to properly setup some sort of plugin that advises the main strategy, so that the main strategy can use that result in its check() or update() method?<br />
<br />
Thanks!<br />
<br />
<br />
<br />
M]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
I'd like to create a plugin that acts as an advisor to my strategy. So ideally it should be updated before the strategy gets updated. This way the plugin might decide to fire off an event to which the strat is subscribed and then in the update of the strategy it uses the result of the plugin.<br />
<br />
However I noticed that plugins seem to be updated <span style="font-weight: bold;" class="mycode_b">after </span>the strat update() and check() methods. I can add some hackery in the code to change execution code for particular plugins, but chances are that I'm probably doing something wrong. <br />
<br />
So the question is: how to properly setup some sort of plugin that advises the main strategy, so that the main strategy can use that result in its check() or update() method?<br />
<br />
Thanks!<br />
<br />
<br />
<br />
M]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Looking for a dev to integrate gekko into our trading terminal]]></title>
			<link>https://forum.gekko.wizb.it/thread-58000.html</link>
			<pubDate>Sat, 07 Sep 2019 13:33:12 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-58000.html</guid>
			<description><![CDATA[Hey guys! We are looking for a backend developer who has experience in:<br />
-gekko <br />
-node.js <br />
-postgreSQL.<br />
I am a product owner in <a href="https://fundplatform.io/" target="_blank" rel="noopener" class="mycode_url">Fund Platform</a> - software for crypto fund managers. We have an algotrading feature so that customers can connect their exchanges and write algorithms using gekko.<br />
<br />
<br />
<br />
Hope we can find somebody here.  I am really sorry for an off-topic post. <br />
 My telegram is: @ceofundplatform]]></description>
			<content:encoded><![CDATA[Hey guys! We are looking for a backend developer who has experience in:<br />
-gekko <br />
-node.js <br />
-postgreSQL.<br />
I am a product owner in <a href="https://fundplatform.io/" target="_blank" rel="noopener" class="mycode_url">Fund Platform</a> - software for crypto fund managers. We have an algotrading feature so that customers can connect their exchanges and write algorithms using gekko.<br />
<br />
<br />
<br />
Hope we can find somebody here.  I am really sorry for an off-topic post. <br />
 My telegram is: @ceofundplatform]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Importing data]]></title>
			<link>https://forum.gekko.wizb.it/thread-57995.html</link>
			<pubDate>Fri, 30 Aug 2019 04:44:06 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-57995.html</guid>
			<description><![CDATA[Hello everyone, I ran into a problem, when i`m start download of any data, this process is too slowly and i can`t resume it. Therefore there are many unfinished databases that I cannot connect with each other. Who can help with this? I need to either connect the downloaded databases or make it possible to continue downloading the next day.]]></description>
			<content:encoded><![CDATA[Hello everyone, I ran into a problem, when i`m start download of any data, this process is too slowly and i can`t resume it. Therefore there are many unfinished databases that I cannot connect with each other. Who can help with this? I need to either connect the downloaded databases or make it possible to continue downloading the next day.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to import market]]></title>
			<link>https://forum.gekko.wizb.it/thread-57987.html</link>
			<pubDate>Fri, 09 Aug 2019 17:53:33 +0000</pubDate>
			<guid isPermaLink="false">https://forum.gekko.wizb.it/thread-57987.html</guid>
			<description><![CDATA[I'm new to this and just want some data to backtest some strategies. When I go to the backtest tab, I click the "Scan available data" button, this brings me to the importer tab, all well and good. But when trying to start a new import under market is completely blank, no drop downs, nothing. I didn't seem to do anything wrong in the install too can anyone help?]]></description>
			<content:encoded><![CDATA[I'm new to this and just want some data to backtest some strategies. When I go to the backtest tab, I click the "Scan available data" button, this brings me to the importer tab, all well and good. But when trying to start a new import under market is completely blank, no drop downs, nothing. I didn't seem to do anything wrong in the install too can anyone help?]]></content:encoded>
		</item>
	</channel>
</rss>